Part Number: CC2650STK
Hello,
Some background:
I would like to allocate my own section in memory in the CC2650STK.cmd file so I can write to that section using the flash library and boot into it with ResetISR from a custom bootloader that will reside in flash memory (I have yet to figure out the details of this part as I am not very familiar with ResetISR yet).
My question:
How do you recommend I make this section and then later append to it?
Thank you!