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)....