cancel
Showing results for 
Search instead for 
Did you mean: 

Azure RTOS with NUCLEO-H745ZI-Q Board.

Btaek.1
Associate

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?

1 REPLY 1
Haithem Rahmani
ST Employee

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.