
单片机开发
ee230
一直从事嵌入式linux系统开发,目前在做openwrt项目。
展开
-
IAR STM32 最大堆栈分析
IAR有相关选项,编译完成后,自动分析最大堆栈深度,并将分析结果放在map文件中。具体操作如下:01堆栈使用理论分析1、通过下方路径选项勾选,使能堆栈理论分析。Project > Options > Linker > Advanced > Enable stack usage analysis2、堆栈使用情况的理论分析结果会保存在map文件中的“STACK US...原创 2020-03-21 14:49:09 · 2851 阅读 · 0 评论 -
List of 10 Serial Port Monitor software for Windows in your budget range
There are many applications from which to choose if you are interested in COM port monitoring. We decided to write an article to help you assess your options and make an informed selection that addres...原创 2020-03-13 11:18:38 · 1419 阅读 · 0 评论 -
RTOS怎样选择
第1类,提供基本功能的RTOS(任务调度,内存管理等)FreeRTOS,uCOS , RTX(不开源),..第2类,除基本功能外,还提供其他功能组件(文件系统,网络协议栈,TLS加解密,SHELL,cjson等)alios,huawei liteos,rt-thread, dyjoshttps://github.com/alibaba/AliOS-Thingsh...原创 2020-03-08 12:52:44 · 1537 阅读 · 0 评论 -
jlink v8 固件更新 Win10环境
其他都不多说了,说重点。win10下的软件跟xp不同,需要更高版本的。第一步:下软件下载软件:SAM-BA v2.18 for Windows.exehttps://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/SAM-BA%20In-system%20Programmer第二步:装驱动插入jl...原创 2020-03-03 14:41:48 · 1050 阅读 · 0 评论 -
IAR 命令行编译
IntroductionThis Technical Note shows examples of how to build an IAR Embedded Workbench project from the command line, outside the IDE.DiscussionThe alternatives below are examples made for IAR...原创 2020-02-18 10:36:35 · 5223 阅读 · 1 评论