Hello,
Due to lack of program memory, I need to re-write SPI interrupt routines, to optimize code size.
Are there any article or AN, describing how to interact with PE Generated_Code without causing any issue?
I've seen PE creates its own vector table, in file vector.c, but I wouldn't like to modify it.
Thank you in advance
Luca
Hi Luca,
you can disable code generation for each component, see Disable my Code Generation | MCU on Eclipse .
I hope this helps,
Erich