STM32F4 and ThreadX

Rajagopalan Srinivasan 1 Reputation point
2020-11-02T11:54:48.527+00:00

I have 2 eval boards from ST - STM32F4 and STM32F1.

Looking for guidance on how to experiment with ThreadX on these.

Pointers appreciated

Azure Internet of Things
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Scott Azure RTOS 4,051 Reputation points
    2020-11-02T17:58:20.577+00:00

    We have some samples for ST boards available here: https://github.com/azure-rtos/samples

    If you just want to run ThreadX and you don't have one of the specific boards in the samples repo, you can easily run it on any Cortex-M from ST - just take one of ST's example hello-world projects and build the ThreadX library and demo_threadx.c file from https://github.com/azure-rtos/threadx/tree/master/samples

    1 person found this answer helpful.

  2. DANIEL SAGARRA 1 Reputation point
    2023-04-03T19:32:07.4+00:00

    There is a very nice youtube MOOC, which is targeted towards NUCLEO-H723G, but I was able tu run same examples on a NUCLE-L452 without problems. https://www.youtube.com/watch?v=QQrMzRjo82Y&list=PLnMKNibPkDnGxMITHhhRqbT0-2egHq0D0&index=1

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.