Other Parts Discussed in Thread: UNIFLASH,
Hello everyone,
I would like some assistance with a problem we are experiencing with Uniflash and the TMS570LS0914.
When we try to flash an image that is 0x10000 bytes ins size, we get the following error:
[ERROR] CortexR4: File Loader: Memory write failed: The address 0xc7e6f does not map to a valid Flash Bank
The part definitely supports the memory address the error is generated for:

We can write to it using the debugger no problem. Also our own bootloader can read and write to that section of flash.
We have also noticed we cannot read beyond address 0xC00000 in the Uniflash Memory Browser.
When I read is using our bootloader the flash is filled with 0xFF, and we use the two very last bytes to store a crc so I know the bootloader is correct.

The Uniflash project file is pointing to the correct GEL file and there the flash definitions are correct:

Could someone please help us figure out what is going wrong here?
Many thanks,
Alexander