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 for RM48L952

Hello,

I am writing my own bootloader for the microcontroller. in spna106a.pdf, it says "Initialize copy table, global variables, and constructors" on step 43.

My question is: If I'm not using a code generation tool, do I need to write this?

  • Pablo,


    What do you mean by "I'm not using a code generation tool".

    If your source code is C or C++, these section will exist.
    If your bootloader is written in assembly code only than this may not be necessary.