Tx_Thread_Creation example other than described
Hi there!
I installed the tools for the workshop just as in the 00-Azure-RTOS-WS-prerequisities-homework.pdf. I am able to create the Tx_Thread_Creation example, i can download and start it on the Nucleo board. I can even debug it. But: LD1 does not blink - i do not even find any code in the project for the LED.
Furthermore, there is no code for ThreadX, nothing like tx_thread_create or similar. Based on the example name, I would have expected to have a TX thread created in the project (maybe in main.c) which toggles the LED - but there is just an empty while loop at the end of main().
Could it be related to the flow ofthe example creation in the STM32CubeIDE? The dialogues were slightly different to the screenshots in the PDF - i had to select whether or not i would like to have a library rather than en executable and if i would like to have the peripheryls initialized to default values...
Best regards,
Ralf Kosse
