Resolved! Inserting Breakpoint after Execution hangs when initializing Mutex or Semaphore in FreeRTOS
Hi,I am using the STM32MP157C-DK2 and so far i manged to make FREERTOS work flawlessly with OpenAMP and the tracing printf functions. I can insert breakpoint at any point without a problem. However, i start having issues when i declare a semaphore or...