Hello everyone, I use PB1 as AD input channel, using the rule group method, the program is as follows, when running, I find that the program always waits for the AD conversion end flag (this means tha
A and B communicate, A sends commands to B every hour, B returns data to A, and A checks the data 5 minutes after sending the command.
I want to use TA1CCR0 and TA1CCR1 to write this program.
TA1CCR0=
The problem is this TCITEM tci; tci.mask=TCIF_TEXT; tci.pszText = "Today"; m_Tab.InsertItem(0,&tci); tci.pszText="Recently"; m_Tab.InsertItem(1,&tci); tci.pszText="Future"; m_Tab.InsertItem(2,&tci); E
I am currently working on hard disk data destruction, using the SST55LD019 (020) hard disk controller. When executing the Security Erase Unit command 0XF4 in the ATA protocol, the value returned by St
What should people who have a basic knowledge of 51 single-chip microcomputers pay attention to when learning DSP? What are the key points to pay attention to when learning DSP?