This course uses the Zhengdian Atom development board as the platform and introduces the use of each function of Lwip in more detail. Including: LWIP transplantation method, memory management, data packets, UDP and TCP and other knowledge.
Basic knowledge: The difference between io430.h and msp430.h The header files in the new version of IAR are similar to io430.h and msp430.h. Do you know the difference? Can you explain it in detail?
Could you please help me check if what I wrote is correct? Why does it feel like it is not written in? void SPI_send(unsigned char dat) { unsigned short i=0; for(i=0;i0;i--) { SPI_send(opcode.byte[i-1
For those who have been working for more than one year, your learning of MCU is directly for the boss to increase your salary, but the premise is that you have absolute confidence that you can improve
I know that global variables and static local variables are usually stored in the .DATA section. However, local variables do not exist in the PE file and cannot be found in the PE file (for example, i