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!


