请问在MSPBoot软件内有没有关于G2553 SMBus在线更新的说明?比如操作流程步骤?
还有一个问题#if defined(MSPBoot_SIMPLE) 中MSPBoot_SIMPLE 怎么查找宏定义位置
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问在MSPBoot软件内有没有关于G2553 SMBus在线更新的说明?比如操作流程步骤?
还有一个问题#if defined(MSPBoot_SIMPLE) 中MSPBoot_SIMPLE 怎么查找宏定义位置
这篇文章看过了,不是这个啊
#elif defined(MSPBoot_SMBUS)
# define NDEBUG
# define CONFIG_APPMGR_APP_VALIDATE (3)
# define CONFIG_MI_MEMORY_RANGE_CHECK
# define CONFIG_CI_PHYDL_COMM_SHARED
# define CONFIG_CI_PHYDL_ERROR_CALLBACK
# define CONFIG_CI_PHYDL_I2C_TIMEOUT
# define CONFIG_CI_PHYDL_START_CALLBACK
# define CONFIG_CI_PHYDL_STOP_CALLBACK
# define CONFIG_CI_PHYDL_I2C_SLAVE_ADDR (0x40)
这个预处理宏定义在那地方定义的呢?