Part Number: TMS320F28377S
Tool/software: Code Composer Studio
Hello,
Using tms320f28377s controller for sci communication ,
i have two functions depends on change over switch this functions ill work ,
example: if(change_over_switch==1)
function1();
else
function2();
this two functions sci has enabled,
this sci working in first function, when switch to (change_over_switch==0)
second function is not working,
using GPIO 84 and 85 pins,
thanks and regards