I want to initialize several bits of hardware prior to my tasks running and control the order of tasks that are started. Other posts recommend putting initialization code in tx_application_define_user, fine. It look like I should change "Auto start" to disabled so I can control start order but where should I put the code that actually starts my tasks.
Thanks
I am also trying to initialize hardware as soon as possible, is the correct place tx_application_define_user or should I go somewhere else? My criteria are:
Thanks again