Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [threadx] How to use ThreadX on RTOS
  • From: Mohamed AYED <mohamed.ayed1@xxxxxxxxxxx>
  • Date: Fri, 26 Jul 2024 13:06:42 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=oQhVjA3rAz+9VBdc5ZqMyjMdX9xG94HQ107tPsakKbo=; b=E+LNxv7w4KQY6WZVQFsPbL5shE7Poa/rQmRfVGR5tch0G20XiXVEu/RsIxemPFfMRoLF2RbJ0YSnDGvr6/jrCWaYxx0o24ErLugu1g7zzVEGGWT8T+6ODhJfpA/79qKFW4ShHr1ECvPRgH5ZET6x0/6eOab54BOePcJDiPeilDbPqGgRA664Vst2FRfDaRmB4jxyTmZG1swDBesFOX4g0YAcs6IqWBXpe0Nw+iaaSVS0H2qYab8HXQBJMCXhHHqz39WqLwx3R2gLbk1mpvBwLFwS4/b496GnXfQBtBtLZ4NupsDAdd7JSmq0HyaBPmAtsKU6bY+95xPLRTkMGMobvQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=yAnp84PG4YJZNBWhIpzmaQCSZ3ES5OYWfO1KRF/l47SXxMmTi+nUKn7a50LzmpG5LaL4gSiuWQbRz28BthyElKNesQtByRRwuAPsadjK0r+m9/17kAXqMbgq7m89KMb0K7b4C/7YDDebC31vOuq6z+3tkakJWR4oF+EPnoRzRE5zYMzUgl3Sph2fgFDZaLA2IXfao1ny2nejx4ZKS28udyfHAFXKqjOg8HB7BBRakK1Hk5RAvDyGAelhO4YvGME0odMcT1jPDy5fRo0UTgAiX6PdipeEPMzOzUrjaxjfqv8NVIJwdl6NPpzI70dIsZt+z4kIdJyLX2/tIQZWC8cx1A==
  • Delivered-to: threadx@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/threadx/>
  • List-help: <mailto:threadx-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/threadx>, <mailto:threadx-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/threadx>, <mailto:threadx-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHa3ql+dEVisQ26V0a5WmTsER8RpbIIyf6AgAAeagCAAAS2AIAACOMAgAADD4CAAACgJQ==
  • Thread-topic: [threadx] How to use ThreadX on RTOS

Hi, 

You can find here some docs:

  • Introduction to Azure RTOS® with STM32
  • Introduction to THREADX
  • Introduction to NETXDUO
  • Introduction to FILEX
  • Introduction to LEVELX
  • Introduction to USBX
You can also flow ST video playlist on Youtube:

There some application example on github show the interagtion of threadx with STM32:

If you have some question you can check the ST community: 

With Regards,


De : threadx <threadx-bounces@xxxxxxxxxxx> de la part de Vinzenz Petr via threadx <threadx@xxxxxxxxxxx>
Envoyé : vendredi 26 juillet 2024 13:56
À : metehanuzun@xxxxxxxxx <metehanuzun@xxxxxxxxx>
Cc : Vinzenz Petr <vinzenz_82@xxxxxxxx>; ThreadX community discussions <threadx@xxxxxxxxxxx>
Objet : Re: [threadx] How to use ThreadX on RTOS
 
You will find for all of them infos inside the doc repro and all of them have a own samples sub folder. For me the samples inside the NetXduo repro helped me a lot. There are examples for every use case. 

Vinzenz Petr
Senior Developer
Germany

Am Fr., Juli 26, 2024 at 14:45 schrieb Metehan Uzun
<metehanuzun@xxxxxxxxx>:
Awesome, thanks for the info! Also I want to guide for other components like NetX , FileX( etc..)

Vinzenz Petr <vinzenz_82@xxxxxxxx>, 26 Tem 2024 Cum, 15:13 tarihinde şunu yazdı:
Hi! 

We did same adventure. We moved from freeRTOS to ThreadX on STM32 controllers. 

Check out the GIT landing page of ThreadX. There you find some starting guides and a own manual repro. Also the examples inside the ThreadX repro are really good. Of course a good book is also helpful. I can recommend "Real-Time Embedded Multithreading Using ThreadX".

ThreadX has also a freeRTOS adaption layer if you have a lot of existing code you want to reuse without porting it. 

Vinzenz Petr
Senior Developer
Germany

Am Fr., Juli 26, 2024 at 13:56 schrieb Metehan Uzun via threadx

Back to the top