STM32
文章平均质量分 51
淡痕_2010
这个作者很懒,什么都没留下…
展开
-
基于STM32L476RG的SPI DMA的调试
STM32L476 SPI DMA调试原创 2016-08-03 13:47:38 · 3303 阅读 · 0 评论 -
基于SMT32L476的hardfault分析处理
结合map文件分析stm32的hardfault问题原创 2016-08-09 17:23:28 · 1913 阅读 · 2 评论 -
freeRTOS 优先级设置 configMAX_SYSCALL_INTERRUPT_PRIORITY
freeRTOS cortex-m 优先级设置转载 2016-10-21 13:45:43 · 17582 阅读 · 2 评论 -
IAR使用JTAG调试stm32
The connected emulator is a J-Link clone解决办法原创 2017-01-16 14:27:44 · 4533 阅读 · 0 评论 -
intel-extended格式的hex文件分析
参考内容:http://blog.163.com/jx_lxh/blog/static/2248247120070991939114http://www.cnblogs.com/starspace/archive/2009/01/15/1376280.htmlhttp://www.cnblogs.com/aqing1987/p/4185362.html一、intel hex的...转载 2017-05-08 11:28:09 · 4136 阅读 · 1 评论 -
STM32 IAR 结构体定义占用空间
/*typedef struct{ _u8 a; _u32 b; _u8 c; _u16 d; _u32 e; float f;}test_t;static test_t tmp_struct;tmp_struct.a = 1;tmp_struct.b = 2;tmp_struct.c = 3;tmp_struct.d = 4;...原创 2018-08-15 14:25:12 · 1738 阅读 · 1 评论