Tool/software: TI-RTOS
Hi,
I am working on Multi threaded RTOS Enviroment, I am creating static thread for UART module which worked fine , But when I create dynamic thread for the same module I get a error saying
Error:E_noIsr.
Same thing happened when I tried with I2C module, It works in POC which is a individual task, But when I integrate it with our Multi threaded Environment it crashes,
I believe ISR table is getting corrupted or its not initialized properly, What can we do to make sure ISR is set properly?