Hi to All,
I need to keep my personal code in file:
uartCom1.c
that is auto generate by Processor Expert.
Because there is a BUG I need to NOT autoinitialize my UART code and initialize it in another place.
But I need to keep the variable
uart_state_t uartCom1_State;
and other things that I write in uartCom1.c... but evry time I generate code with processor expert it delete all my uart_state_t uartCom1_State; so it is very boring ALL time rewrite it...
How I can keep my personal code inside Processor-Expert's managed .c files?
Thanks