We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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).
so it is enouph this command -> fromelf --bin "Objects\@L.axf" --output "Objects\@L.bin" I see that a folder a folder is created with two file but are not .bin extention. It's normale?
thanks
Yes, that is correct
many thanks