Part Number: TM4C1294NCPDT
Tool/software: TI-RTOS
Respected sir/madam,
I want to do uart communication at every 1 ms. I have created 1 ms timer thread. But when i try to call any function related to uart like UART_write etc or my_uart function which does uart communication i get the following error.
n failure: A_badContext: bad calling context. See GateMutex API doc for details.
xdc.runtime.Error.raise: terminating execution
I know that i am getting this error because i am trying to call functions like create , delete from Hwi thread. So what is the solution for this problem?? How should i proceed with my programming??
regards,
digvijay