This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Bootloader and cinit Section



Hi,

I'm working on a custom bootloader. Bootloader code is placed in flashA-B and user code is in the FlashC-N. Bootloder code is constant and user code is updatable.

When I make a change in the user application code, boot.obj changes. boot.obj contains _c_int00 routines and is placed in the flashA-B. _c_int00  initializes variables using cinit section. For this reason, after user application code update, code doesn't work well.

Is there any idea about this issue?

- CPU F28377D, CCSv6.1.2, Compiler v6.4.9