摘要: 方法一: void fun(void) __attribute((section(".ARM.__at_0x8100000"))); 方法二: #pragma arm section code=".ARM.__at_0x8100000" void fun(void) { } #pragma arm 阅读全文
posted @ 2019-12-04 17:04 晋弘 阅读(2021) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wuhenyouyuyouyu/article/details/80414753 阅读全文
posted @ 2019-12-02 17:30 晋弘 阅读(87) 评论(0) 推荐(0) 编辑
摘要: http://m.elecfans.com/article/646404.html https://blog.csdn.net/qq_29350001/article/details/78898679 阅读全文
posted @ 2019-08-29 18:54 晋弘 阅读(108) 评论(0) 推荐(0) 编辑
摘要: https://www.semanticscholar.org/ 阅读全文
posted @ 2019-08-13 09:23 晋弘 阅读(107) 评论(0) 推荐(0) 编辑
摘要: http://www.hhbytech.com/download.aspx?page=2 阅读全文
posted @ 2019-08-01 17:01 晋弘 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://vultr.com/deploy/ 阅读全文
posted @ 2019-07-31 11:18 晋弘 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 源码库:https://github.com/tinygo-org/tinygo 官网 : https://tinygo.org/ golang用于stm32 mego文章: https://ziutek.github.io/2018/03/30/go_on_very_small_hardware. 阅读全文
posted @ 2019-07-29 15:27 晋弘 阅读(152) 评论(0) 推荐(0) 编辑
摘要: python 在线手册:https://docs.pythontab.com/ micropython 中文参考手册: http://docs.tpyboard.com/zh/latest/ 代码库 :https://github.com/micropython/micropython 官网固件下载 阅读全文
posted @ 2019-06-28 15:25 晋弘 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 开源资料 : https://tech.microbit.org/hardware/ 官网 : https://www.microbit.org/ micropython : https://microbit-micropython.readthedocs.io/en/v1.0.1/ makecod 阅读全文
posted @ 2019-05-28 15:46 晋弘 阅读(746) 评论(0) 推荐(0) 编辑
摘要: 原因:驱动版本 下载 zading 在这个网址 :https://zadig.akeo.ie/ option -> list all devices 选中mkii 将驱动修改为 libusb-win32(1.2.6.0),点击 Replace Driver,待驱动安装完成就可以用AVRDUDESS了 阅读全文
posted @ 2019-05-21 18:35 晋弘 阅读(509) 评论(0) 推荐(0) 编辑