如何设置SYSCFG->CFGR1 MEM_MODE位的信息? 相信我需要更改 SYSCFG->CFGR1=0x03 中的位,并且它们需要在下一次系统重新启动时保持这种状态以在 SRAM 中查找 isr 向量表。我的问题是,每次重新启动 a2009428 2023-01-03 09:42:44 在ST Cube IDE项目中syscfg页面中缺少vrefbuf咋办呢 在ST Cube IDE 1.6.0...
This repository has been archived by the owner on Sep 18, 2020. It is now read-only. entropia/flipdotPublic archive Notifications Fork2 Star11 Files master doc firmware include src drv adc.c cec.c comp.c crc.c dac.c dbgmcu.c
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 ...