So, our approach was to use the function
Code: Select all
isr_register
Code: Select all
isr_free
1. copy both of above-mentioned codes from older version of SDK found from github and paste them into your files (UART.c and UART.h).
2. in
Code: Select all
uart_driver_install
Code: Select all
uart_int_alloc
Code: Select all
uart_isr_register
Code: Select all
uart_driver_install
Feel free to ask question.