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.

CCS/UCD3138: UCD3138 : Reset range when an abort occurs

Part Number: UCD3138

Tool/software: Code Composer Studio

Hello.

When I used the UCD3138-PSFB to set the abort function, I found that the IC reset occurs when the abort is intentionally generated.

At that time, the PWM signal was reset, but the values of the ABRTESR register and SYSESR register remained after the reset.

 

What part of UCD3138 will be reset when illegal processing such as abort occurs?

 

The currently known reset parts are shown below.

 

 

Best regards.

  • Nothing is reset when an abort occurs, unless the processor is also reset, either by the abort logic or by the abort handling firmware.

    In that case, almost everything is reset except the registers you mention.  The peripherals are all reset to their default state.

    The RAM contents are not changed by the reset, and most of the general purpose registers are not initialized by reset.  Some of the general purpose registers are initialized by the ROM code, however, and it will change some of the RAM as well.  Those registers are a special case, since they tell what caused the reset.