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.

RE: how to config BRKEN register through dsp code?

Can you please point me to the correct section or API in the CToolsLib for setting BRKEN.  I've looked through all of the documentation and don't see it anywhere.

Thanks

Milan

  • Hi Milan,

    In C6678 TRM, I do not see any BRKEN register.

    However, in general, during run time, if you would want to change the value of any register bits, you can change directly like something below for testing purpose.

  • I can only get the AET library to work if I have the emulator connected.

    1) I would like to load the program with TI's boot loader (no emulator attached) and have it run until it hits a breakpoint. How do I set BRK_EN when doing this?

    2) Is there a AET User's Manual that describes the AET hardware, registers and functions?
    Milan