First project on STM32N6750-DK
Hello,
I'm currently trying to set up a simple project for the STM32N6750-DK. I want to toggle the red User-LED. I already worked a bit with ST-boards, so I did already started a new project in the CubeIDE and selected the LED as a GPIO-Output in the *.ioc file. Here comes my problem:
Where do I put my code and how do I flash the programm on my board? Unfortunately I couldn't find a tutorial that described it step by step and I'm very confused how to handle the different projects (FSBL and Appli) in the same folder.
Where do I put the toggle-function for my GPIO-Pin? It seems that both main-function (in the FSBL and Appli-poject) do not know the confugurated pin.
Furthermore if I want to flash one of these projects with just the default initiliazed peripherals, I get the following output on the terminal and the old program that I flashed before ist still working:
Waiting for debugger connection...
Debugger connected
Waiting for debugger connection...
Debugger connected
Waiting for debugger connection...
Shutting down...
Exit.
On the internet I found that you have to add a command to post-build steps, but they were inconsistent and I couldn't figure out why they were needed.
Is there a default project to use with all the right settings and confgurations?
Thank you for your help!
