我们实现bootloader功能时, app0 当作bootloader, app1 当作bootloadable image,我们想让app0和app1 访问同一片EEPROM 8K的空间。但我们合并app0和app1的时候出现以下问题:
cymcuelftool.exe -M App1.elf App0.elf --output App1_merged.elf --hex APP1_merged.hex
App0.elf: Merge error: Sec
tion 0x14000000 at App0.elf overlaps section 0x14000000 from App1.elf,
but it contains different data
我需要怎么配置eeprom,才能让app0和app1都能访问到呢?