2019-04-25 01:10 AM
Hi all,
I made a PCB with STM32F103RE. And I build a code with STM32CubeMX, which contain FreeRTOS, a GPIO input & a GPIO output. I can write a program that flash a LED driven by the output GPIO. But once I rename the GPIOs via STM32CubeMX, the LED can't flash again. Even I removed the name, it still can't flash. It is 100% repeatable. Can anyone tell me what have I did wrong & how can I recover?
My environment is as below:
OS: Windows 10
STM32F103RE version: 5.1.0
IDE: Visual Studio Code (ver 1.33.1)
GCC version: 7.3.1
Attached please find my project