2022年9月7日

嵌入式开发中关键字 和const、volatile的用法

摘要: https://blog.csdn.net/u010058695/article/details/101016142 ###const ###violatile 阅读全文

posted @ 2022-09-07 17:24 大胆前进错了就问 阅读(19) 评论(0) 推荐(0) 编辑

OUTPUT the Clock named as MCO IN STM32

摘要: #配置PB3为Alternate Function 配置PIN的输出模式 如何确定端口和PIN地址? GPIOBBASE = 0X40010C00; *(GPIOBBASE + 0X00) |= unint32_t(0X0) << 12; /*配置CNF3,pp模式*/ ****运算符优先级:赋值运 阅读全文

posted @ 2022-09-07 17:23 大胆前进错了就问 阅读(27) 评论(1) 推荐(0) 编辑

Trace instrument IN STM32 带例子

摘要: JLink_J-TraceARM https://wwwfiles.iar.com/arm/webic/doc/JLink_J-TraceARM.pdf 下面是一个例子 https://www.zhihu.com/people/bmrtech https://wiki.segger.com/File 阅读全文

posted @ 2022-09-07 11:42 大胆前进错了就问 阅读(16) 评论(0) 推荐(0) 编辑

2022年9月6日

STM32分散加载机制

摘要: https://blog.csdn.net/ZCShouCSDN/article/details/114178212 https://blog.csdn.net/qq_27087571/article/details/102639447 阅读全文

posted @ 2022-09-06 14:31 大胆前进错了就问 阅读(67) 评论(0) 推荐(0) 编辑

STM32启动文件详解

摘要: https://zhuanlan.zhihu.com/p/98888285 阅读全文

posted @ 2022-09-06 14:03 大胆前进错了就问 阅读(22) 评论(0) 推荐(0) 编辑

How to debug a HardFault on an ARM Cortex-M MCU on a linux environment gcc

摘要: https://interrupt.memfault.com/blog/cortex-m-fault-debug#registers-prior-to-exception weizhi: 阅读全文

posted @ 2022-09-06 09:01 大胆前进错了就问 阅读(24) 评论(0) 推荐(0) 编辑

2022年9月5日

arm stack trace

摘要: arm平台的调用栈回溯(backtrace) https://blog.csdn.net/llljjlj/article/details/116145617 linux dump_stack 栈回溯原理 https://blog.csdn.net/oqqYuJi12345678/article/de 阅读全文

posted @ 2022-09-05 20:18 大胆前进错了就问 阅读(60) 评论(0) 推荐(0) 编辑

2022年9月4日

STM32的栈指令,函数调用过程

摘要: 函数调用栈空间以及fp寄存器 https://blog.csdn.net/beyond702/article/details/52228683 汇编指令详解 https://blog.csdn.net/kouxi1/article/details/123319158 ARM-Cortex-M3/4] 阅读全文

posted @ 2022-09-04 23:06 大胆前进错了就问 阅读(122) 评论(0) 推荐(0) 编辑

STM32 汇编入门 伪指令ALIGN

摘要: https://blog.csdn.net/u012264124/article/details/65434871 阅读全文

posted @ 2022-09-04 22:23 大胆前进错了就问 阅读(37) 评论(0) 推荐(0) 编辑

STM32F103从复位开始的运行routine sequence 代码

摘要: 1、复位进入复位向量地址处的指令。 2、系统时钟此时的状态? 3、HSE的使用分两种? 阅读全文

posted @ 2022-09-04 18:11 大胆前进错了就问 阅读(28) 评论(0) 推荐(0) 编辑

导航