STM32 MCUs
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

How does the ThreadX Mutex work on STM32 Part2

How does the ThreadX Mutex work on STM32?Welcome to the second part of the article covering how to use the Mutex in the ThreadX using STM32 (Part 1 available here). This will cover the code editing and debugging. 1. Code Editing and debugging Using...

242.png 243.png 244.png 245.png

Getting started with the STM32U5 IoT Node and Azure IoT

This article provides the necessary information for getting started with the B-U585I-IOT02A IoT Node with Azure IoT1- Hardware The B-U585I-IOT02A discovery kit provides a complete demonstration and development platform for the STM32U585AI microcontro...

1414.png

How can I add TraceX support in STM32CubeIDE?

How can I add TraceX support in STM32CubeIDE?To add TraceX support to a STM32CubeIDE project and properly use it you’ll need to follow a few steps, described in detail in this article. Goal: Add TraceX support to STM32CubeIDE using X-CUBE-AZRTOS-H7Al...

154.png 155.png 157.png 159.png

How does the event flag work on STM32? Part 2

How does the event flag work on STM32? Part2This is the part 2 of the article to explain How the Event Flag work on STM32 with a working example. Welcome back!1. MATERIALS:To develop this article’s demo, the following materials were necessary:- STM32...

208.png 210.png 212.png 213.png

How does the event flag work on STM32? Part 3

How does the event flag work on STM32? Part 3This is the part 3 of the article to explain How the Event Flag work on STM32 with a working example. Welcome back! After generation, locate and open the app_threadx.c file. There is inside Core → Src fold...

227.png 229.png 231.png 232.png

Connect the B-U585I-IOT20A board to Azure IoT Hub

Simple tutorial to connect the B-U585I-IOT20A Development kit to Azure IoT Hub.Introduction:In this article, we connect the B-U5U5I-IOT20A discovery board to Azure IoT Hub. IoT Hub is a cloud-hosted application that allows you to communicate with yo...

1401.jpg 1404.jpg 1406.png 1408.png

Getting started with the STM32U5 IoT Node and Azure IoT and AWS

This article provides the necessary information for getting started with the B-U585I-IOT02A IoT Node with Azure IoT and AWS IoT Core1- Hardware The B-U585I-IOT02A Discovery kit provides a complete demonstration and development platform for the STM32U...

593.png
Slim.J by Associate
  • 951 Views
  • 0 comments
  • 1 kudos

How do ThreadX Message Queues work on STM32 part 3

How do ThreadX Message Queues work on STM32?Welcome back to the third part of the "How do ThreadX Message Queues work on STM32" article.  1. How to add Sender2 thread Now that the first demo is completed, let’s add our Sender2 thread and evaluate th...

204.png 205.png 206.png 207.png

How do ThreadX Message Queues work on STM32 part 2

How do ThreadX Message Queues work on STM32?This is the part 2 of the article to explain how the ThreadX Message Queue work on STM32 with working examples. Welcome back! 1. STM32CubeIDE – step by step demo: Launch STM32CubeIDE (version used 1.7.0), ...

186.png 187.png 188.png 189.png

How do ThreadX Message Queues work on STM32 part 1

How do ThreadX Message Queues work on STM32?Message queues are the primary means of inter-thread communication in ThreadX. One or more messages can reside in a message queue. A message queue that holds a single message is commonly called a mailbox. M...

185.gif

How does the ThreadX Mutex work on STM32? Part1

How does the ThreadX Mutex work on STM32?A mutex is basically a binary semaphore, which means that only one thread can own a mutex at a time. In addition, the same thread may perform a successful mutex get operation on an owned mutex multiple times. ...

228.gif 230.png 233.png 235.png

How can I automate TraceX reads from STM32CubeIDE?

How can I automate TraceX reads from STM32CubeIDE?To make TraceX automatically fetch information, we can create a batchfile and run it with the debug session of the STM32CubeIDE Goal: Add TraceX support to STM32CubeIDE using X-CUBE-AZRTOS-H7 and make...

156.png 158.png 160.png 162.png