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.

How can use GPIO_write API function writing multi pins?

Hi All...

Board Name :- EX-TM4C1296XL

TI-RTOS Ver. :- 2_10_01_38

I wrote GPIO_write API

      GPIO_write((LCD_Data0|LCD_Data1|LCD_Data2|LCD_Data3|LCD_Data4|

LCD_Data5|LCD_Data6|LCD_Data7), 0x04);

  While building the code, there is no error but Debugging will exit out .

Regards,

Muralidhara S.N.