Hi ALL,
I am using TMS320c5515 EVM REVB board and using .TCF file to configure the UART INTERRUPT i.e HWI_INT6. Hardware dispatcher is enabled and interrupt masks are none.The uart_isr is called within a task. When the code is run, the processor halts at HWI_dispatcher after executing the ISR for the first time. But again when I click on the run button the control goes further. Can anybody please guide me with, what the problem would be?
And when auto-flow control is enabled during UART_initialization the ISR is executed only once and when autoflow control is disabled the ISR is executed based on the number of bytes we transfer.
Also stack overflow has occurred ( monitored using ROV -> KNL) at the second time when the control comes to ISR. Can anybody please tell me how to overcome the stack overflow in TMS320c5515 EVM?
The bios version I am using is 5_41_13_42.
Regards,
Taranum