Hello Ralph, initialise_monitor_handles() is non-RTOS function so it only needs to be run once per entire application. You must ensure that it is called before any printf() is executed in your application, so perhaps the best place for it is the tx_application_define_user() function. Regards
↧