Detecting USB Type-C Connections with FreeRTOS on Nucleo STM32H503RB
Hello everyone,
I’m working on a project with the STM32H503 microcontroller and need to implement USB Type-C connection detection using FreeRTOS. Specifically,
I have come across several examples that utilize Azure RTOS ThreadX environment with nucleo STM32H503 , but I have some question in my mind ,I'm using RTOS already with my application now I want to add USB support also so azure RTOS stack will not work with my FreeRTOS, but I’m looking for guidance on how to implement this using FreeRTOS.
- Is it possible to manage USB Type-C detection with FreeRTOS?
- If so, what would be the best approach to start?
- Are there any libraries or resources recommend that can assist with USB Type-C implementation in a FreeRTOS environment?
Any insights or examples would be greatly appreciated!
Thank you!
