Tool/software: TI-RTOS
respected sir,
I am trying to interface proface HMI to tm4c1294ncpdt by modifying uartecho_EK_TM4C1294XL_TI_TivaTM4C1294NCPDT (TI-RTOS) project. I have added two files named proface.h and proface.c into this project. I am trying to pass data from uartecho.c file to proface.c and vice versa. But there are some errors. I have included the proface.h file in both the remaining files.
1. In first scenario if i define the variables in proface.c file , it is giving error for uartecho.c (undefined symbols) file.
2. In second scenario if i define the variables in uartecho.c file , it is giving error for proface.c (undefined symbols) file.
3. In third scenario if i define the variables in proface.h file , it is giving error as shown in attached snap.
So how do i define global variables in TI-RTOS??
regards,
digvijay