Part Number: TM4C1294NCPDT
I am using the IAR tool chain to developed code for the TM4C1294 family. I originally developed a program several years ago using IAR version 7.30. After awhile of not working on this project, I recently upgraded my IAR to version 8.32 after being asked by my boss to make some software changes for our customers.
After clearing up some issues with the new compiler version (like recompiling my libraries) everything compiled just fine. However when downloading into my test board (through IAR Degugger Probe), I am now receiving this error within the debug log window:
The downloaded program doesn't seem to match the expected memory layout of the target system: Some SFRs are placed outside known memory areas, or in memory areas designated as read-only or as RAM: Memory is specified as follows: 0x00000000 - 0x000FFFFF ROM/Flash 0x01000000 - 0x1FFFFFFF ROM/Flash 0x20000000 - 0x2003FFFF RAM 0x22000000 - 0x227FFFFF RAM 0x40000000 - 0x400FFFFF Uncached/SFR 0x42000000 - 0x43FFFFFF Uncached/SFR 0x44030000 - 0x44030FFF Uncached/SFR 0xE0000000 - 0xE0002FFF Uncached/SFR 0xE000E000 - 0xE000EFFF Uncached/SFR 0xE0040000 - 0xE0041FFF Uncached/SFR SFRs range from 0x40000000 to 0xE00FFFFF
Has anyone else experienced this issue when updating IAR to version 8.32 using the IAR I-jet tool?
Thanks,
Alan