2023-11-22 09:44 AM
I am looking for an onboarding on the Autodevkit intended RTOS.
Which is it? I am a bit confused, Chibi or FreeRTOS?
And how do I set it up? Maybe there is a walk through AN/UM available?
Solved! Go to Solution.
2023-11-23 02:03 AM
Regarding documentation, Getting Started and API reference manual is provided directly on the following website:
Free RTOS Book and Reference Manual
Our implementation in AutoDevKit (additional plugin to be installed) uses the same APIs.
Best Regards,
AutoDevKit Team
2023-11-22 09:58 AM
We officially support only FreeRTOS.
2023-11-22 12:08 PM - edited 2023-11-22 12:15 PM
@Max VIZZINI , so why on new cpu like H563 users are forced to use Azure Rots ?
not even Fatfs or FreeRTOS are there any more to choose:
2023-11-23 02:03 AM
Regarding documentation, Getting Started and API reference manual is provided directly on the following website:
Free RTOS Book and Reference Manual
Our implementation in AutoDevKit (additional plugin to be installed) uses the same APIs.
Best Regards,
AutoDevKit Team
2023-11-23 02:16 AM
Dear,
SPC5 and STM32 are two different microcontrollers both belonging to STMicroelectronics but following different strategies based on the end-market they are intended to address.
For SPC5 our historical decision was to go with FreeRTOS and this is not changed. It was our preferred choice because at that time it was the only RTOS to have, upon licensing, a release fully automotive safety compliant.
For more information you can have a look here:
For other queries regarding STM32, please refer to the support of the colleagues on the appropriate community channel: https://community.st.com/t5/stm32-mcus-embedded-software/bd-p/mcu-embedded-software-forum
Best Regards,
AutoDevKit Team