AzureRTOS - tips/guides for getting started
Hello,
I am trying to start a project with AzureRTOS with the STM32H723 Nucleo board and am looking for some tips, getting started guides, etc.
I have looked at the Fx_NoR_Write_Read_File example project and saw how _tx_initialize_kernel_enter() was structured and that it calls tx_application_define() which calls App_ThreadX_Init() and App_FileX_Init(). Seems like a logical approach.
So I was surprised when the code generated by CubeMX uses a different structure than the examples.
Makes it more difficult to adapt the examples, etc.
Is there a preferred / recommended way to structure AzureRTOS projects?
Thanks,
Mark
