How to retain code changes after Generate option in the SPC5 studio
Hi All,
I'm using SCP560P50L controller and I tried to use UART communication in my project.
I did configured the code and pins related to the uart.
But I'm facing issue in below lines of code.
In the lldconfig.h file SPC5_LINFLEX1_SETTING default values is set with SPC5_LINFLEX_MODE_LIN. I change it to SPC5_LINFLEX_MODE_SERIAL. But if regenerate the code SPC5_LINFLEX1_SETTING will change it to default value.
#define SPC5_LINFLEX1_SETTING SPC5_LINFLEX_MODE_SERIAL
How to retain my changes?
Please help me to understand this issue.
Thanks,
Basava.
