QQT912/CW32L012/MCU_SDK/CW32L012_StandardPeripheral.../Examples/DIGITALSIGN/DigitalSign
yuquanjun e995e514da Rename project paths to ASCII for Keil ARMCC compatibility
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-05 04:49:23 +08:00
..
EWARM Rename project paths to ASCII for Keil ARMCC compatibility 2026-07-05 04:49:23 +08:00
MDK Rename project paths to ASCII for Keil ARMCC compatibility 2026-07-05 04:49:23 +08:00
USER Rename project paths to ASCII for Keil ARMCC compatibility 2026-07-05 04:49:23 +08:00
readme.txt Rename project paths to ASCII for Keil ARMCC compatibility 2026-07-05 04:49:23 +08:00

readme.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

示例目的:
          读取数字签名相关内容。

硬件资源:
          1. CW32L012CxTx StartKit
          2. 时钟HSI
          3. 系统时钟默认HSI时钟分频到4MHzPCLK、HCLK不分频PCLK=HCLK=SysClk=4MHz
          4. 板载串口
             
演示说明:
          程序依次读取芯片类型/引脚数/FLASH容量/RAM容量以及芯片UID然后通过板载串口打印。

使用说明:
+ EWARM
          1. 打开project.eww文件
          2. 编译所有文件Project->Rebuild all
          3. 载入工程镜像Project->Debug
          4. 运行程序Debug->Go(F5)

+ MDK-ARM
          1. 打开project.uvproj文件
          2. 编译所有文件Project->Rebuild all target files
          3. 载入工程镜像Debug->Start/Stop Debug Session
          4. 运行程序Debug->Run(F5)