Part Number: TMS320F280049C
Other Parts Discussed in Thread: TMS320F2806
Hi there,
I'm facing the issue that my Code Composer Studio is constantly throughing the error "Trouble Reading Memory Block" when I try to debug my ADCs.
In detail I place a brakepoint that I set to "Refresh All Windows" and add the ADCRESULT variable to the watch expressions so that I can look at life updates of the ADCRESULT register or even plot the data into a graph. So far everything works fine. The problem occurs when I stop the debug session and restart it. It loads the program and than throughs the above error. Or to be more precise:
C28xx_CPU1: GEL Output: Memory Map Initialization Complete C28xx_CPU1: GEL Output: ... DCSM Initialization Start ... C28xx_CPU1: GEL Output: ... DCSM Initialization Done ... C28xx_CPU1: GEL Output: ... DCSM Initialization Start ... C28xx_CPU1: GEL Output: ... DCSM Initialization Done ... IcePick_C_0: Trouble Reading Memory Block at 0x0 on Page 0 of Length 0xc8 IcePick_C_0: Trouble Reading Memory Block at 0x0 on Page 0 of Length 0xc8 IcePick_C_0: Trouble Reading Memory Block at 0x0 on Page 0 of Length 0xc8 IcePick_C_0: Trouble Reading Memory Block at 0x0 on Page 0 of Length 0xc8 IcePick_C_0: Trouble Reading Memory Block at 0x0 on Page 0 of Length 0xc8 IcePick_C_0: Trouble Reading Memory Block at 0x0 on Page 0 of Length 0xc8 IcePick_C_0: Trouble Reading Memory Block at 0x0 on Page 0 of Length 0xc8 IcePick_C_0: Trouble Reading Memory Block at 0x0 on Page 0 of Length 0xc8
Despite of the error the debug sessions seams to work fine but I had a bunch of cases where it seemed to me that it didn't and problems like "the ISR is being called anymore" occured or could it be that I thinks it's not being called because CCS can't find the breakpoints anymore?
So I wonder whether the above is a known issue, whether there are some guidelines how to avoid it and whether the error really can effect my debug session or whether it can be ignored?!
Thanks a lot!