Part Number: AM62P
Hi,
Our customer want to use uart_driver in timer interrupt in order to send data via uart periodicly. Now I could successfully configure a timer in MCU domain and the callback function of timerer could be entered as expected. However, I think calling uart_driver in ISR is not allowable because this is likely to cause stackoverflow, which leads to unpredicted behaviours. I want to double-check whether my statement is correct or not? I would appreciate it if you have alternative solutions to share.
The MCU+SDK version I am using is 11.01.01.08 and the uart_driver is configured as callback mode.
Regards,
Bomiao