2020-04-26 04:28 PM
I am interested in the UCPD peripheral built in to the STM32G431. However, I noticed that the software support for the peripheral requires FreeRTOS. Does anyone know of any support (or planned support) for the UCPD peripheral that does not require an RTOS to operate?
2020-05-07 08:36 AM
Dear @jefflongo
If you use an application generated with CubeMX like:
You should be able to regenerate them without FreeRTOS through CubeMX directly (Disable FreeRTOS in the pannel).
Regards,