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.

AM2634: Mcu_PerformReset is writing reserved bits

Part Number: AM2634

Hello,

Mcu_PerformReset is writing reserved bits, this is my MCU configuration and the reset value is set to be warm.



The Mcu_PerformReset API is calling Mcu_PerformSoftSysReset with the reset value(In this case is 1).

Mcu_PerformSoftSysReset  is calling regWriteReadback(registerReadWrite_local).

The startBit and endBit parameters are (M_EIGHT and M_TEN) which are 8 and 10.



The register definition is as follows:


The bits from 8:10 are reserved.