1、功能说明
    1、BKP SRAM在standby模式下保持的功能。

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34
                  IAR EWARM 8.50.1 
    芯片支持：
          N32H760
          N32H762
          N32H765
          N32H765EC


3、使用说明

    系统配置
    1、时钟源：HSI+PLL
    2、系统时钟频率：
         M7核:     600MHz
    3、唤醒源：
        WAKEUP按键-PA0
    4、打印：PA9 - baud rate 115200

    使用方法：
        在KEIL下编译后烧录到评估板，在进入stanby模式之前，向BKP SRAM写入指定数据，PA0唤醒，检查数据是否保持。

4、注意事项
    该例程仅适用于N32H76x系列芯片，如果要在N32H78x系列上测试，M4需要进入standby的模式；

    
1. Function description
    This example primarily demonstrates the retention function of BKP SRAM in standby mode..

2. Development environment

    Software development environment: KEIL MDK-ARM V5.34
                                      IAR EWARM 8.50.1 
    Supported chips:
          N32H760
          N32H762
          N32H765
          N32H765EC

3. How to use

    System Configuration:
    1. Clock source: HSI+PLL
    2. System Clock frequency:
        M7 core :  600MHz

    3. Wake-up source: 
        WAKEUP button-PA0
    4. printf: PA9 - baud rate 115200

     Instructions:
        After compiling in KEIL and download into the evaluation board, 
        write specific data to BKP SRAM before entering standby mode. PA0 is used for wake-up, and check if the data is preserved.

4. Attention
     This example is only applicable to N32H76x series chips. If you want to test it on N32H78x series chips, the M4 needs to enter the standby mode.

