Mixing CMSIS-RTOS v2 threads with ThreadX native threads
Hi,I want to know if it is best practice to mix both CMSIS_OS2 API threads and native THreadX threads in a project or should I just port old code over to native THreadX threads instead.I'm building an embedded device using AZRTOS and STM32 Microcontr...