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.