Hello,
Currently the we are hitting a memory limit of the mentioned uC. To overcome this issue some code fragments are stored in an external eeprom. For ramfuncs and the cla segments this is relatively easy and works fine. The modification to the linker file etc. could be made within a few hours. Now comes the challenging part: We have large binary like structures that are currently stored in flash and only used once in a while. The idea is to store them in the external memory as well and only load them sequentely when needed. The idea was to create a dummy section in the linker file and command the linker to put the structure in the dummy section. Once linking has finished i want to create a hex file of the afore mentioned section using the HEX2000 utility. Unfortunately the utility tells me that this would fall in unconfigured memory and therefore is going to be skipped. Any ideas how to "force" the utility to just write this section to a hex file? The linker itself however has no problems with linking the external sections, problems start when i try to load or process the linked binary any further.
Thanks in advance Tobias F.