Question
What are the advantages of using CMSIS layer on top of the FreeRTOS layer?
Hi, I have worked with FreeRTOS in a project with other board brand and to implement the FreeRTOS functions we followed these guides https://www.freertos.org/Documentation/RTOS_book.html which are great, now with ST I realize you can include a layer (CMSIS) on top of the FreeRTOS layer, does exists a detailed guide of these CMSIS functions and when to use it?, what are the advantages and disadvantages of use this layer?