This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

creating .hex for bootloader with cubeMX-Project

Hi everyone,

I have a problem linking my application to an alternative start-address.

When I create a standard keil project, e.g. a simple LED-toggle program, I can set the base-address to another value in the tagret settings of the project an everything works fine.

But when I do the same with a cubeMX-generated project, the program does not even reach the reset-handler in debugging-mode.

I am pretty confused about that.
Do I have to set anything else to another address, e.g. the interrupt vector table?
In my understanding, the remapping stuff is done in the SystemInit() that is called from the reset-handler. But I don´t even get there...

thanks for any help.

Joerg

0