User Activity

Hi,I am not able to run my FreeRtos in Non secure region when trust zone is enabled.When I did the debugging it's going to the infinite loop ,getting message as "No source available for <signal handler called>() at 0xfffffffe"The above are the config...
Hi , I am trying to implement FreeRtos in my application with TrustZone enabled. I want to blink LED1 in task1 and LED2 in task2. Neither of the task are running. When I did the debugging in function xTaskCreate it's going into Infinite loop. My conf...
Hi  I am trying to RTOS on my device STM32-H563ZI I get a hard fault when I hit the function osKernelStart(); in the main loop When I started debugging ,my code seems to get  hardfault after vStartFirstTask in function xPortStartScheduler() I am tryi...
Hi Hi We are using product STM32H56 series , I am encountering problem while building my project I am using STM32cubeIDE , trust zone enabled .I enabled X-CUBE-FREERTOS  M33non secureIn software package I installed   -STm X-CUBE-FREERTOS  -CMSIS RTOS...
Hi We are using product STM32H56 series , I am encountering problem while building my project .I am STM32cubeIDE , trust zone enabled .I enabled X-CUBE-FREERTOS  M33non secureIn software package I installed   -STm X-CUBE-FREERTOS  -CMSIS RTOS2-TZ_non...