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.

Use Piccolo boot rom stack reserved memory for application memory after the boot-load process?

Hi all,

the piccolo boot rom documentation sprufn6.pdf and sprugo0.pdf tells that part of M0 (0x0002 to 0x004E) is used during boot-load process and no code or data should be bootloaded into this address range.

The examples mark this region as "reserved", too.

I would not like to waste ram and use this in application code, for variables or application stack. I think this should be okay since application code runs after the boot-load process.

Is this correct? Can I use the boot rom stack reserved memory for application memory after the boot-load process?