摘要: 1. 修改diskio.c /* */ /* Low level disk I/O module SKELETON for FatFs (C)ChaN, 2019 */ /* */ /* If a working storage control module is available, it sho 阅读全文
posted @ 2023-12-29 16:32 妖岭 阅读(145) 评论(0) 推荐(0)
摘要: 1.keil(ARMCLANG编译器)编译C++的Vector,将在主堆空间; 2.stm32cubeide(arm-none-eabi-g++)编译C++的Vector,将在RAM空间; 阅读全文
posted @ 2023-12-29 15:00 妖岭 阅读(45) 评论(0) 推荐(0)