This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Breakpoint Manager: Retrying with a Legacy Hardware breakpoint

When I flash the F28335, the output message follow:

 

Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 

0x300046: Error 0x00000008/-1076 Error during: Break Point,  Cannot set/verify 

breakpoint at 0x00300046  

Breakpoint Manager: Retrying with a Legacy Hardware breakpoint

 

How can I do.

  • I have a similar issue with the F28335 and CCS3.3

    My code is stored in flash and I have modified the CMD file so that all code is stored in "sector B".  

    Sector B has been modified to span the original sector B & C to store all code.

    >>

    MEMORY

    {

    PAGE 0:    /* Program Memory */

               /* Memory (RAM/FLASH/OTP) blocks can be moved to PAGE1 for data allocation */

       FLASHB      : origin = 0x328000, length = 0x00FFFC     /* on-chip FLASH */

       FLASHA      : origin = 0x338000, length = 0x007F80     /* on-chip FLASH */

       CSM_RSVD    : origin = 0x33FF80, length = 0x000076     /* Part of FLASHA.  Program with all 0x0000 when CSM is in use. */

       BEGIN       : origin = 0x337FFD, length = 0x000002  /* Part of FLASHB  Used for "boot to Flash" bootloader mode. */

       CSM_PWL     : origin = 0x33FFF8, length = 0x000008     /* Part of FLASHA.  CSM password locations in FLASHA */

       OTP         : origin = 0x380400, length = 0x000400     /* on-chip OTP */

       ADC_CAL     : origin = 0x380080, length = 0x000009     /* ADC_cal function in Reserved memory */

     ...

    <<

    When I load the code using XDS510USB emulator and CCS flash programmer I get the following error message:

    >>

    Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x331239: Error 0x00000008/-1066 Error during: Break Point,  Cannot set/verify breakpoint at 0x00331239  

    Trouble Removing Breakpoint with the Action "Terminate Program Execution" at 0x331239: Error 0x00000008/-2044 Error during: Break Point,  No breakpoint at 0x00331239  

    Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x331239: Error 0x00000008/-1066 Error during: Break Point,  Cannot set/verify breakpoint at 0x00331239  

    Breakpoint Manager: Retrying with a Legacy Hardware breakpoint

    <<

    When loading to flash all sectors are erased.

    Suggestions?

  • CCS3.3:  Option , Customize, Program/Project/CIO :  activate "Do not Set End of Program Breakpoint At Load" and "Do not Set CIO Breakpoint at Load!

    This breakpoint are software breakpoints (ESTOP 0). When a project is loaded to RAM, the breakpoints are set. In FLASH, this it not possible, therefore the error message.

    CCS3.3 FLASH - erase:

    Tools, F28xx on chip FLASH Programmer:  Here you can select, which sections should be reased. By default, all of them are selected.