上一页 1 ··· 207 208 209 210 211 212 213 214 215 ··· 617 下一页

2022年11月8日

摘要: https://blog.51cto.com/u_12956289/2917175 阅读全文
posted @ 2022-11-08 23:29 lydstory 阅读(181) 评论(0) 推荐(0)
摘要: STM32内置DFU的使用 所有STM32系列芯片都自带ISP功能,进入ISP的方式就是BOOT0置1,然后上电或复位,这时候芯片从系统存储区启动,进入ISP功能,可以使用串口0进行软件烧写 dfu: device fireware upgrade 阅读全文
posted @ 2022-11-08 05:19 lydstory 阅读(188) 评论(0) 推荐(0)
摘要: 用户内存区(user memory area) 和 USB 模块内存区 PMA(packet memory area)直接拷贝数据 阅读全文
posted @ 2022-11-08 04:54 lydstory 阅读(36) 评论(0) 推荐(0)
摘要: GC0309 CMOS图像传感器 阅读全文
posted @ 2022-11-08 04:44 lydstory 阅读(47) 评论(0) 推荐(0)
摘要: uvproj 关键字 阅读全文
posted @ 2022-11-08 01:42 lydstory 阅读(41) 评论(0) 推荐(0)

2022年11月7日

摘要: if(cmd_packet.cmd ==APP_CMD && cmd_packet.subcmd == APP_SUMCMD && cmd_packet.options[0] == 0x01 && cmd_packet.options[1] == 1 && cmd_packet.options[2] 阅读全文
posted @ 2022-11-07 02:44 lydstory 阅读(218) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-11-07 02:12 lydstory 阅读(20) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-11-07 01:53 lydstory 阅读(17) 评论(0) 推荐(0)

2022年11月6日

摘要: typedef enum { CMD_OK = 0x01, }APP_CMD;typedef enum { SUMCMD_OK = 0x01, }APP_SUMCMD; 阅读全文
posted @ 2022-11-06 21:51 lydstory 阅读(29) 评论(0) 推荐(0)
摘要: 串口只是用于调试,可以在最后加,缺串口线 基本上是demo 的样子,要调整波形 参考电机驱动芯片的资料 没这么夸张吧,参数配置对了就行 阅读全文
posted @ 2022-11-06 20:04 lydstory 阅读(39) 评论(0) 推荐(0)
上一页 1 ··· 207 208 209 210 211 212 213 214 215 ··· 617 下一页

导航