文章分类 -  嵌入式

有证
摘要:#include "stm32f10x.h" void Delay(u32 count) //延时函数 传入参数 { u32 i=0; for(;i<count;i++); } int main(void) //主函数 { // Device header GPIO_InitTy... 阅读全文
posted @ 2019-03-21 08:47 Justice-V 阅读(255) 评论(0) 推荐(0)
摘要:1.Thumb-2的开关指令集: 关: CPSID I 开: CPSIE I 阅读全文
posted @ 2019-03-11 18:54 Justice-V 阅读(73) 评论(0) 推荐(0)