
嵌入式
文章平均质量分 66
七月流星.
A naughty Engineer
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
基于STM32F103C8T6芯片的linux sdk工程(使用说明手册)
SDK源码链接在本文末尾,如有需要,即可下载。 SDK代码目录: . ├── cmsis │├── core_cm3.c │├── core_cm3.h │├── newlib_stubs.c │├── stm32f10x_conf.h │├── stm32f10x.h │├── stm32f10x_it.h │├── system_stm32f10x.c │└── system_stm32f10x.h ├── drivers │└── STM32F......原创 2022-04-18 10:19:47 · 1143 阅读 · 0 评论 -
在linux中安装arm-linux-gcc
1.下载amr-linux-gcc-4.4.3:https://download.youkuaiyun.com/download/ddffyhg/11001833 2.解压命令tar xvzf arm-linux-gcc-4.4.3 -C / (自动解压到系统根目录下路径为:/usr/local/arm) 3.配置编译环境路径: 在#/usr/local/arm下输入:vi /etc/prof...原创 2019-03-06 10:03:11 · 14751 阅读 · 1 评论