This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

is that possible to lookup a bitmap table from Main Application code from Bootloader code?

Hi,

I am using nrf52840, need to modify the bootloader to lookup a big bitmap table.   But since the table is big, it cannot allocate within the bootloader Rom area.  

Is that possible to put this table in main Application area but let the bootloader look it up ?  

Or in other words, can we define a dedicated/constant Rom area for the bitmap table, then bootloader can lookup that table?

Thanks a lot!

Related