2022-01-17 12:01 AM
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?
2022-01-28 12:04 AM
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.