摘要: main.rs #![no_std] #![no_main] use core::ptr; use cortex_m_rt::entry; use panic_halt as _; // 当发生 panic 时停止执行 // 定义寄存器地址 const RCC_BASE: u32 = 0x40021 阅读全文
posted @ 2024-08-18 17:27 navysummer_hardware 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 1.启动文件 startup_stm32f103xe.s ;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f103xe.s ;* 阅读全文
posted @ 2024-08-18 15:45 navysummer_hardware 阅读(18) 评论(0) 推荐(0) 编辑