Hi expert.
in SDK8.1,I meet one strange issue:
use SBL to load SDK8.1 “mcusw\mcuss_demos\boot_app_mcu_rtos”(freertos),success
but in function calling "OS_start --> vTaskStartScheduler" ,when execute "xSchedulerRunning = pdTRUE;",it looks that 'crash' occur.
I also do following test:
1)use SDK8.1 SBL to load SDK7.3 "mcusw\mcuss_demos\boot_app_mcu_rtos"(tirtos),success, and "mcusw\mcuss_demos\boot_app_mcu_rtos" running well.
2)i change xSchedulerRunning definition from "PRIVILEGED_DATA static volatile BaseType_t xSchedulerRunning = pdFALSE;" to "PRIVILEGED_DATA static volatile BaseType_t xSchedulerRunning = pdTRUE"
crash occur ahead.....
xNextTaskUnblockTime/xTickCount,the similar statement,but no crash....it is very strange.
can you give me some tips?