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/TMS320F28377S: CCS/TMS320F28377S

Part Number: TMS320F28377S

Tool/software: Code Composer Studio

I want to check whether a signal is between two values, can i use the double ampersand in ccs like

if(test>x && test<y)

{

------

}

Thanks