CubeIDE Debug Application with BootLoader
I am porting over an application from SystemWorkbench to CubeIDE. This application has a bootloader and application. The application is loaded at 0x08008000. With SystemWorkbench I added a linker flag of -nmagic, but in CubeIDE that throws an error. When I try to debug the app, it breaks at an address inside the bootloader memory space and gets stuck there, never reaching the application at 0x08008000. Can someone point me to some documentation on how to make this work?
Thanks.
