This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Missing memory regions in hex file

Hi,

I'm working on a dual core psoc63 with different application, and i can see hex generated files but a specific region defined in scatter file is missing.

Any idea?

This region is used by CM0+ to store ble bonding list.

Thanks

Parents
  • The linker will generate one ELF file.

    Use the fromelf tool to then generate true binary files, and it will create one per LOAD region (FLASH_AREA and LR_EM_EEPROM in your case).

Reply
  • The linker will generate one ELF file.

    Use the fromelf tool to then generate true binary files, and it will create one per LOAD region (FLASH_AREA and LR_EM_EEPROM in your case).

Children
0