Häufig gestellte Fragen

Häufig gestellte Fragen

What software reset should be used when switching from APROM to LDROM to execute program updates, or switching from LDROM to APROM to execute an application during the ISP (In System Programming) process?  Datum:2016-12-20

When reset, the software reset in which the CBS [1] (Config0 [7]) is not loaded into the BS (ISPCTL [1]) is used. Thus, the user needs to use MCU Reset or CPU Reset.

  • MCU Reset

Reset the entire chip, but retain the BS setting.

Function call: NVIC_SystemReset();

  • CPU Reset

Reset only the CPU and Flash controller, but retain the BS setting.

Function call: SYS_ResetCPU();

Produkte: Mikrocontroller ,Arm Cortex-M0-MCUs ,Arm Cortex-M4-MCUs
Applikationen:
Funktion: Peripherals,Memory,Flash Memory Controller (FMC)
This website uses cookies to ensure you get the best experience on our website. Learn more
OK