User Activity

We experience a stalled CPU when accessing (writing) the internal FLASH memorySTM32L432KBUFreeRTOStaskENTER_CRITICAL(); __HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | FLASH_FLAG_PROGERR | FLASH_FLAG_WRPERR | FLASH_FLAG_PGAERR | FLASH_FLA...
I use FreeRTOS on a STM32L432 - the FreeRTOS port that STM delivers.When I call "taskENTER_CRITICAL" it should disable all interrupts on the CPU, but fetching the BASEPRI register value tells me that the BASEPRI is still 0 (= all interrupts enabled)....