Today I just got delfino F28377s. After unboxing I checked the board with serial terminal it was working flawlessly. Then I programmed it with Example_F28377xLaunchPadDemo.c using CCS Version: 6.1.1.00022 and importing a program from control suite folder. The baud rate changed to something which i could not find out. Blinking of red and blue led became slow.
I thought it was PLLSYSCLK problem so i changed line from F2837xS_SysCtrl.c from
InitSysPll(XTAL_OSC,IMULT_20,FMULT_1,PLLCLK_BY_2);
to
InitSysPll(XTAL_OSC,IMULT_90,FMULT_1,PLLCLK_BY_1);
After that there is no led blinking on the board. Its not transmitting any data serially. I cannot load any program.
I get following error after pressing reset at first error popup and then saying no when it asks "Do you want to bring it out of this mode?" (because if I press yes it says unable to connect to target and exits)
C28xx_CPU1: Error connecting to the target: (Error -1155 @ 0x0) Device may be operating in low-power mode. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.14.5)
>>>>>>>>>>I pressed restart on board and then retry<<<<<<<<<<
C28xx_CPU1: Error connecting to the target: (Error -1156 @ 0x0) Device may be operating in low-power mode. Do you want to bring it out of this mode? (Emulation package 6.0.14.5)
>>>>>>>>>>I pressed no<<<<<<<<<<
C28xx_CPU1: Error connecting to the target: (Error -700 @ 0x0) Internal error: Invalid error code. Restart the application. If error persists, please report the error. (Emulation package 6.0.14.5)
>>>>>>>>>>I pressed restart on board and then retry<<<<<<<<<<
C28xx_CPU1: GEL Output:
Memory Map Initialization Complete
C28xx_CPU1: Trouble Setting Breakpoint with the Action "Remain Halted" at 0xc12b: (Error -1066 @ 0xC12B) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 6.0.14.5)
C28xx_CPU1: Breakpoint Manager: Retrying with a AET breakpoint
C28xx_CPU1: Error writing the PLL values. (Flash algoirthm returned error code). Operation cancelled.
C28xx_CPU1: File Loader: Memory write failed: Unknown error
C28xx_CPU1: GEL: File: /home/naruto-linux/Documents/CCS2/Example_28377SLaunchPad/Debug/Example_28377SLaunchPad.out: Load failed.
C28xx_CPU1: Trouble Setting Breakpoint with the Action "Remain Halted" at 0xc0af: (Error -1066 @ 0xC0AF) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 6.0.14.5)
C28xx_CPU1: Breakpoint Manager: Retrying with a AET breakpoint
C28xx_CPU1: Trouble Setting Breakpoint with the Action "Remain Halted" at 0xc0af: (Error -1066 @ 0xC0AF) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 6.0.14.5)
C28xx_CPU1: Breakpoint Manager: Retrying with a AET breakpoint