Deepin 有开发单片机的软件吗?
Tofloor
poster avatar
aorey
deepin
2019-03-27 19:36
Author
我想用Deepin开发单片机程序,STM32、STC系列的,我看都是windows程序,有没有集成环境?








Reply Favorite View the author
All Replies
avatar
绍贝格尔
deepin
2019-03-27 20:40
#1
有,stm32可以试试truestudio 51可以试试  sdcc  找不到了给我发我给你安装包
Reply View the author
avatar
aorey
deepin
2019-03-28 02:50
#2
https://bbs.deepin.org/post/175999
有,stm32可以试试truestudio 51可以试试  sdcc  找不到了给我发我给你安装包

好的,我先试试
Reply View the author
avatar
Helll
deepin
2019-03-28 17:48
#3
1、编码:随便找一个顺手的文本编辑器(vscode、atom、neovim......
2、编译:stm32系列用arm-none-eabi-gcc;avr系列用avr-gcc;51用sdcc
3、烧录:stm32用openocd+stlink;avr用usbasp;51我是用的一个python脚本具体是啥忘记了,去搜索一下吧
Reply View the author
avatar
flyk
deepin
2019-03-30 07:06
#4
开发32用的eclipse,烧写用stm32flash
51直接用sdcc,烧写用stcflash.py
Reply View the author