摘要: fat-fs参考资料: https://zhuanlan.zhihu.com/p/27799469 http://www.lai18.com/content/1101066.html http://www.waveshare.net/study/article-657-1.html http://w 阅读全文
posted @ 2017-08-15 09:14 Freedom_Call 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ghosoft/STM32F429I-DISC0_usb_vcp 阅读全文
posted @ 2017-02-05 17:25 Freedom_Call 阅读(1340) 评论(0) 推荐(0) 编辑
摘要: 原因1移动了目录导致 解决方法, 记事本打开工程目录下面的.mxproject文件 把下面两条改成工程当前存放位置的绝对路径 [PreviousGenFiles]HeaderPath=xxxSourcePath=xxx 阅读全文
posted @ 2017-01-31 07:45 Freedom_Call 阅读(1571) 评论(0) 推荐(0) 编辑
摘要: 1. 右键兼容性, 选win8 2. 文件夹选项:在同一个窗口中打开每个文件夹 阅读全文
posted @ 2016-09-28 15:28 Freedom_Call 阅读(3852) 评论(0) 推荐(0) 编辑
摘要: Proxifier 3.29 serial key :- [Use only One ] (Standard Edition Keys) 5EZ8G-C3WL5-B56YG-SCXM9-6QZAPG3ZC7-7YGPY-FZD3A-FMNF9-ENTJBYTZGN-FYT53-J253L-ZQZS4 阅读全文
posted @ 2016-09-28 13:22 Freedom_Call 阅读(4003) 评论(0) 推荐(0) 编辑
摘要: CAD2008打开很慢解决CAD2008打开很慢的方法: 第一个:1、【开始】―【控制面板】。 2、选择【网络和Internet连接】选项,再点【Internet选项】。 3、在Internet属性对话框里,点【高级】选项卡。 4、去掉“检查发行商的证书吊销”前面的勾。 5、单击应用,然后单击OK。 阅读全文
posted @ 2016-09-28 11:41 Freedom_Call 阅读(5234) 评论(1) 推荐(0) 编辑
摘要: 参考的正点原子的代码 测试平台 stm32f429i-disco 配了一个gpio 时钟 gpio 实际测试, 函数调用能带来几百ns的误差. 阅读全文
posted @ 2016-08-04 11:33 Freedom_Call 阅读(13125) 评论(0) 推荐(1) 编辑
摘要: 我参考这个文章做的: http://bbs.armfly.com/read.php?tid=1678 这次添加的是没有os的版本 另外跟用不用hal库没关系 1. keil自带了emwin 2. 用cubemx把工程配置好. 然后生成 3.把1.里面的emWin目录放在工程里, 我这样放的 4. 打 阅读全文
posted @ 2016-07-27 10:54 Freedom_Call 阅读(5422) 评论(0) 推荐(0) 编辑
摘要: discovery板上的6pin swd接口 20pin 的jtag 接线: 6 20 def 1 1 目标vdd 2 9 swclk(PA14) 3 20 gnd 4 7 swdio(PA13) 5 15 NRST 阅读全文
posted @ 2016-07-25 16:02 Freedom_Call 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 1. 在main函数前面添加: int fputc(int ch,FILE *f){ uint8_t temp[1]={ch}; HAL_UART_Transmit(&huart1,temp,1,2); return(ch);} 2. USE Micro Lib 阅读全文
posted @ 2016-05-30 09:41 Freedom_Call 阅读(1871) 评论(0) 推荐(0) 编辑