I have a problem. When debugging my FR5739 development board in IAR, everything works fine. But when I exit debugging, the board stops responding. Resetting it doesn't work either. It seems that the p...
Comrades who want to learn MCU are strongly urged to read: Preface: Recently, I always see some rookies in the forum shouting: "I want to learn MCU", "I want to learn MCU", "How to get started?", "How...
I just checked ST's new website. The STM8 library is still 1.1.1. When using the 1.1 compiler, although Require prototype was checked in C/C++ Compiler, it was found that the compiler would not report...
For the I2C of 28035, TI's I2C routine, I single-stepped to the end of the write function. It is strange that its CMDR register is always 4220, while the routine needs to be set to 6E20. Why is the se...