相信我需要更改SYSCFG->CFGR1=0x03 中的位,并且它们需要在下一次系统重新启动时保持这种状态以在 SRAM 中查找 isr 向量表。我的问题是,每次重新启动 a20094282023-01-03 09:42:44 在ST Cube IDE项目中syscfg页面中缺少vrefbuf咋办呢 在ST Cube IDE 1.6.0 项目中,Cube MX 视图 ->syscfg页面中缺少 vrefbuf ...
static int atcmd_io_cfg_get_all(atcmd_pack_t *pack) { char buff[LS_IO_NUM*2 + 10] = {0}; char temp[5] = {0}; uint8_t len = 0; for (uint8_t i = 0; i < LS_IO_NUM; i++) { len = snprintf(temp, 5, "%d", g_io.type[i]); strncat(buff, temp, len); if ...