This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570 - EMIF & SCI

Other Parts Discussed in Thread: TMS570LC4357

hi ti,

i m using TMS570LC4357

i have written a code to blink led and send ACK upon reception of corresponding commands.

led blink function is copied to sdram using emif and is called in sci isr.

if i simply receive a frame i can transmit ACK(sci txn works properly). but if i receive frame respective to

led blink function, the function is called correctly but after that i cant send ACK (sci txn is not working).

sci transmits the ACK only ater receiving another fame.(ie. txn happens when rx int is detected).

why this s happening? i need to send the ACK immediately after calling the func.

sci settings:

baud rate=115200; data bits=8; stop bits=1; enabled rx int and tx int; mode= address bit  mode;

should i ve to enable some other settings??