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.

CCS/TMS320F28027: SCI interrupt within Timer interrupt

Part Number: TMS320F28027
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi I am using f28027F launchpad for SCI(UART ) communication . I want that SCI communication to be happen every 1 sec . so i have decided to use timer 0 to create interrupt every 1 sec.

But when it enters into timer ISR , i have to add SCI interrupt for sci communication , will it works. That is within timer interrupt i have to use sci interrupt . My question is if i programme like that will that configuration runs every 1 sec and send some data from SCI port to external device.

If not suggest me some links , projects or any method so that i can do  scheduling of task.

Thanks .