In many cases, USART is used to send or receive data. Is there any good routine? I wrote it myself. The main part is as follows:BYTE WriteData(BYTE *acmd, BYTE length) {for(char i=0; ilength; i++){USA...
My work has not been going well recently. I have not been careful enough and I have begun to doubt my ability to work. I have talked to my friends about it and it has improved a lot....
I compiled a dialog application under the evc4 platform. When I was ready to run it, a progress bar appeared, "Connecting". Finally, it said: Timeout: Failed to connect to the device Failed downloadin...
The TZ module of C2000 PWM, Trip-Zone, I translate it as "brake" module. It works in two modes: Cycle-by-Cycle and One-Shot. I want to use its Cycle-by-Cycle function. The TI document mentions: A cycl...
Write a SD card driver on the arm board. Operating system: Linux. (C language) Questions: 1: How to operate registers in C language, for example, knowing the physical address of a register and knowing...
[i=s]This post was last edited by chrisrh on 2019-1-24 13:04[/i] [size=5]Based on Rapid IoT Weather Station, I designed a new one and changed the application on the kit and APP to what I wanted. I enc...