Hello everyone, I am a beginner in DSP. I made a small program to measure the frequency of the capture unit using 2812. I used CAP6 and T4, and T4 was set to 64 division. The measured signal was a 50H...
As the title says, I didn't find any relevant instructions in the manual. I don't know what frequency of clock can be used to count through GP_CLKIN....
Attached is part of the code.USART_InitTypeDefUSART_InitStructure ;RCC_Configuration () ;GPIO_Configuration () ;NVIC_Configuration () ;LcdShow_Init () ;//StepperMotorInit();// GPIO_Write(GPIOC,GPIO_Re...
[url=home.php?mod=space&uid=711975]@汤权[/url]'s suggestion: "I actually want to give a suggestion to the forum. You can open an IoT server in the name of the forum. Buying a cloud host is not a big exp...
The module driver has been added. I use Zuo Zhen's WG7210. I can transfer files with obex. I plan to start writing applications. Now I know how to search and use BthNsLookupServiceEnd BthNsLookupServi...
void Init_Port(void){ WDTCTL=WDTPW+WDTHOLD; //Turn off the watchdog P1DIR=0; //P1 port, 0,1,2,3 input, 4,5,6,7 output P1SEL=0; //P1 port pin is set as a general I/O port P1DIR |=BIT4+BIT5+BIT6+BIT7; P...