Extend nRF54H20 Flash Memory Region

Hi there.

we have firmware that was running on nRF5340 MCU. we had decided to migrate to the nRF54H20 MCU because of flash size limitation. this MCU was announced with 2MB MRAM memory. but there is misunderstanding about the real available space for programing the main firmware. in the default memory map just the 328KB has assigned to the main program (cpuapp). and when the compile process complete, we have 392KB space. I want to increase the flash size as far as possible also we need DFU and Bluetooth as well.

how can I update the memory map partitions to obtain more space? 
I tried to update memory map, it was done successfully but I have encounter to the memory access error while programing the firmware.

it is the default memory map : 


it is the updated memory map : 



it is the complier massage when, i use the updated memory map : 



it is the error, when i want to program the MCU 



thanks for any hlep!
Ali

Parents Reply Children
No Data
Related