STM32 skills

使用codex去进行STM32的一些功能开发,传感器中间层拓展中,可以使用的一些skills。完成了从ioc获取单片机外设配置,修改ioc文件,调用STM32CubeMX生成STM32项目代码,调用STM32CubeCLT内的工具链进行编译,调用STLink、Jlink、DAPlink进行烧录,以及使用Jlink和DAPlink的RTT获取调试数据,利用Jlink的HSS来直接读取单片机内存获得数据,来进行非侵入式调试;后续增加调用Matlab MCP来编写运行Matlab代码,去做一些控制算法,再生成C语言加入到单片机中进行实机测试;

项目地址在:GitHub - Sonder4/STM32-BFD-Kit: BFD-Kit is a portable, CLI-first toolkit for AI-assisted STM32 debug workflows. It standardizes IOC discovery, active profile generation, flashing, RTT logging, register/data capture, and fault evidence collection. · GitHub

欢迎各位尝试使用以及提供一些意见;