Associate III
January 8, 2020
Question
Imported Atollic TS project to STM32CubeIDE. Project uses bootloader, but ignored in STM32CubeIDE
- January 8, 2020
- 6 replies
- 1696 views
I built a bootloader and a project using the Atollic TS pdf How-to. The bootloader works well (at 0x0800 0000), and I can debug the program (at 0x0800 8000).
I imported the project to the STM32CubeIDE, but the project doesn't seem to start at the correct address.
When I used an *.ld file in which the project starts at 0x0800 0000, it seemed to work OK. but once I make space for the bootloader, and use address 0x0800 8000 in the *.ld file, I cannot manage to debug the project.
When I upload an image of the bootloader + FW to 0x0800 0000, the device works well.
