Hi,
I have a TMS320F2808 controlCARD on a docking station and I'm trying to use the interrupts of the SCI-A receive module.
Im using the REALterm to configurate the port and send the data. I have CCS V5 and matlab 2013a and 2015a
I made a simple program with simulink to probe this and goes something like:
"Initialize the SCI-A interrupt" // CPU interrupt :9, PIE interrupt: 1
"Initialize the SCI-A receive module" // The data received must be a Uint8 that I send with the REALterm
"If the data is an A return a HELLO WORLD with the SCI-A transmit module"
But when I send the "A" with the REALterm I don't have any answer of the card.
I made another program that just send me the "HELLO WORLD" without the interrupt and the receive module and I have responce from the card.
I dont know if I misconfigurating the interrupt module or the receive module or it's other thing but does anyone have any idea of what could I'm doing wrong?
Any assistance appreciated.
