Does anyone use this rtos in production stage ?? #24
-
Hey, I'm just porting this rtos to atmega328p MCU, and so far the process is going well. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
hi @ahmedalkabir, the OS is developed using a formal and rigorous process targered to safe critical applications. We normally used in small cores or when a full preemptive-RTOS its not required., the ATMEGA328p its a good target for this RTOS. As far i know by colleagues, right now is being used in production and also its currently running in a wide range of products without any problerm reported here. So, you can confidently use it in production. |
Beta Was this translation helpful? Give feedback.
-
Hi, @fbucafusco <https://github.com/fbucafusco>, @ahmedalkabir
<https://github.com/ahmedalkabir> .
I share this example with you, it is only a small part of a project that I
did a while ago, it has all the configuration of the peripherals with the
LL, usb (HAL), it also has a temperature sensor (i2c), AT commands and uses
the QuarkTS
https://github.com/thejbte/Ejemplo_QuartKTS__STM32
best regards.
*Julián Bustamante Narvaez. - *My*LinkedIn*
<https://www.linkedin.com/in/julian-bustamante-narvaez-3a729912a/>
-*Ingeniero en Instrumentación y control.*
*-Especialista en sistemas embebidos.*
*-Docente cátedra - **Politécnico Colombiano Jaime Isaza Cadavid*
<http://www.politecnicojic.edu.co/>
*-Embedded applications engineer - Tecrea S.A.S. <https://tecrea.com.co/>*
*-Certified LabVIEW Associate Developer (CLAD)*
El jue, 25 de feb. de 2021 a la(s) 10:32, Ahmed Alkabir (
notifications@github.com) escribió:
… hey @fbucafusco <https://github.com/fbucafusco>, after working on this
OS, I thought about providing examples for learning purposes, I'll create a
repository for this as soon as possible.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEJJ7O22GEBWKPCGCNDH7A3TAZUR7ANCNFSM4X7KHCWQ>
.
|
Beta Was this translation helpful? Give feedback.
hi @ahmedalkabir, the OS is developed using a formal and rigorous process targered to safe critical applications. We normally used in small cores or when a full preemptive-RTOS its not required., the ATMEGA328p its a good target for this RTOS. As far i know by colleagues, right now is being used in production and also its currently running in a wide range of products without any problerm reported here. So, you can confidently use it in production.