Skip to main content
Btaek.1
Visitor II
January 17, 2022
Question

Azure RTOS with NUCLEO-H745ZI-Q Board.

  • January 17, 2022
  • 1 reply
  • 1122 views

I am testing Azure RTOS with NUCLEO-H745ZI-Q Board.

I made a simple project through CubeMX and then downloaded it.

By the way, it doesn't go beyond MX_ThreadX_Init().

It looks like an infinite wait on __tx_ts_wait .

Are there any additional settings missing?

Is it possible to receive a thread example code with the NUCLEO-H745ZI-Q Board?

This topic has been closed for replies.

1 reply

Haithem Rahmani
ST Employee
January 28, 2022

Hi @Btaek.1​ 

now that you have the project skeleton ready, you can copyv any applicative code for other applications.

in particular the "app_threadx.c/.h".

this is quite simple to integrate them into your application.

Hope this helps.

regards

Haithem.