2022-11-08 09:30 PM
I ran stm32 with cubemx and iar to execute the project, but I have to remove the st-link line and execute it
If I take out the line, the project can't be executed, so how can I only connect the board and power to run the project?
download active application -> download file
I tried it the above way, but it doesn't work when I turn it off and on
Solved! Go to Solution.
2022-11-09 12:24 AM
If this is a custom board make sure BOOT0 is pulled low.
Have places where it dies in while(1) loops silently output more useful reporting or set GPIO or LEDs so you can debug the issue without a debugger attached.
2022-11-09 12:24 AM
If this is a custom board make sure BOOT0 is pulled low.
Have places where it dies in while(1) loops silently output more useful reporting or set GPIO or LEDs so you can debug the issue without a debugger attached.
2022-11-09 11:40 PM
Downloading but server source did not work.
Since you wrote the answer, I'll post that it's the best.