Sirs,
Could you please help me to do a flash program on the TMS470MF06607HDK from IAR embedded workbench? Please forgive me this question would be IAR specific..
Procedure to my problem:
- The latest HalCoGen generated "example_freeRTOSBlinky" for IAR.
- On the IAR the source files the include path was added, then the MAKE was successful.
- A button "Download and Debug" was pressed. But..
- The 1st error dialog: Driver/ Fatal error: There were warnings during download of FLASH loader, see Log Windows -- Session aborted!
- The 2nd error dialog: IarIdePm/ Failed to load flash loader: C:\porgram Files\IAR Systems\Embedded Workbench 6.5\arm\config\flashloader\TexasInstruments\FlashTMS470m640k64k.flash
- The 3rd error was in the log window:
Wed Nov 27, 2013 21:25:45: Loaded macro file: C:\Program Files\IAR Systems\Embedded Workbench 6.5\arm\config\flashloader\TexasInstruments\FlashTMS470M.mac
Wed Nov 27, 2013 21:25:49: JTAG XDS100/200 ARM, device revision: 0x00000001, big endian: true, cache: false, board revision: 0x00000000, driver revision: 0x0B020200
Wed Nov 27, 2013 21:25:49: Initial reset was performed
Wed Nov 27, 2013 21:25:49: execUserFlashInit
Wed Nov 27, 2013 21:25:49: Hardware reset with delay 0 ms was performed
Wed Nov 27, 2013 21:25:49: Executing memory setup macro TMS470M Flash
Wed Nov 27, 2013 21:25:51: 3328 bytes downloaded and verified (2.42 Kbytes/sec)
Wed Nov 27, 2013 21:25:51: Warning: Target inconsistency detected in Memory range 0x080003FC-0x08000BFF
Wed Nov 27, 2013 21:26:05: Fatal error: There were warnings during download of FLASH loader, see Log Window Session aborted!
Wed Nov 27, 2013 21:26:05: Failed to load flash loader: C:\Program Files\IAR Systems\Embedded Workbench 6.5\arm\config\flashloader\TexasInstruments\FlashTMS470M_64K.out
Wed Nov 27, 2013 21:26:05: Failed to load flash loader: C:\Program Files\IAR Systems\Embedded Workbench 6.5\arm\config\flashloader\TexasInstruments\FlashTMS470m640k_64k.flash
... As long as I study the first problem would be:
Wed Nov 27, 2013 21:25:51: Warning: Target inconsistency detected in Memory range 0x080003FC-0x08000BFF
Remarks:
- No problem when the IDE was ccs5 or ccs424.
- Some functions of JTAG would be good. Because "Debug without Downloading" could start/step/pause the execusion. And register value modification was also successful. Again the problem would be only "Downloading".
- I'm not sure about the IAR configurations. Could you please check the attached IAR project?