工具与软件:
大家好!
"C:\ti\simplelink_cc13xx_cc26xx_sdk_7_40_00_77\source\ti\ble5stack_flash\hal\target\_common\hal_mcu.h" src
在第235-239行中定义了以下宏:
#define HAL_ENTER_CRITICAL_SECTION(x) \
do { (x) = !IntMasterEnable(); } while (0)
#define HAL_EXIT_CRITICAL_SECTION(x) \
do { if (x) { (void) IntMasterEnable(); } } while (0)
它不应该是 IntMaster DIS 能够在 HAL_enter_critical_SECTION ()中执行吗?
此致、
沃尔夫冈


