Co-authored-by: Cursor <cursoragent@cursor.com>
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时钟分频到4MHz,PCLK、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)