Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi
I using an LAUNCHXL-F28379D for my software. If I start the software with the debugger everything is working fine but if I reset the board or disable/enabe the power supply it doesn't start by it self.
To test it have just a LED that is blinking from startup.
I seems that the CPU1 will always being reseted. When I reset the board with the reset button on the board and then pause the debugging by press the pause button on CCS It will be very often inside the function
void __TI_decompress_lzss(pointer_to_const_t inbuf, pointer_t outbuf) in file copy_decompress_lzss.c
This behavior is related to the software size. If I comment out some lines of code then it works. (Even if they are not used).
The software is only running on CPU1 - is there something to do with CPU2?
After pressing the reset button on the board I couldn't program the board anymore.
I'll get this error messages and I have to terminate the debug session and start again.
C28xx_CPU2: Error executing PLL configuration algorithm. Operation cancelled. (0x0)
C28xx_CPU2: File Loader: Memory write failed: Unknown error
C28xx_CPU2: GEL: File: C:\ccs_workspace\led_ex1_blinky\CPU1_FLASH\led_ex1_blinky.out: Load failed.
C28xx_CPU1: Error occurred during flash operation: Internal error while writing 0x0005F444@Data
C28xx_CPU2: Error setting the GSxMSEL register for Flash operations
Do you have some advice?
Kind regards
René
