Now I using "SDK_2_10_0_MIMXRT1062xxxxA" from "MCUXpresso SDK Builder".
I build AzureRTOS sample in "boards\evkmimxrt1060\azure_rtos_examples\threadx_demo".
By default configuration, project is built and run with no problem.
But I change optimize option from "-O1" to "-O0".
In this case, program is loop forever in "SCB_DisableDCache()" in "BOARD_ConfigMPU()".
Why system is loop at SCB_DisableDCache() ?
With "-O0" option, need any other configuration ?