My hardware is STM32L152ZD. The current status is that through tracing, the program has been running in the startup file. That is, the startup file calls SystemInit (void), and SystemInit (void) calls
[align=left]Two suggestions:[/align][align=left]1. Can you provide a development board at a preferential price after the meeting (it would be better if it is given for free :hug:)[/align][align=left]2
Hey guys, when I use the fopen function, its first parameter must be const char*, and the address I get is in the CString type, how can I convert it? ?