I made a three-threaded program in the console, and used many printf statements to observe data. It seems that too many printf statements do not work. I commented out one printf in the single step, an...
The PCB is about 70% complete, but some parts still need to be adjusted. The current size is 54 x 44mm.3D simulation effect diagramWhat color do you think is better? Black or blue?...
I am developing embedded applications on uC/OS-2 + uC/GUI. After connecting the board with ICE, an error occurs when debugging the example DEMO in AXD. The error is in the OSStart() function Processor...
Please give me some advice, how can I control a series of colored lights to have a "shooting star sweeping" effect! The following program can only control the small lights to fade out as a whole! Plea...
I have an example that defines global variables extern int Steer_err_k, Steer_err_k_1, Steer_err_k_2; they are all initialized to 0Steer_err_k=0; //Steer_internalSteer_err_k_1=0; Steer_err_k_2=0;
Then...