Hi,
I'm using AUTOSAR and I trying to find a way to change some parameters which are defined in AUTOSAR configurator, but at runtime (during init phase), according to "project parameters" passed by compilation -D option.
At best I want to change Can_Config_BOARD_InitPeripherals variable before initializing the CAN using Can_Init, but this variable is located in flash and defined as const. For exemple, I want to change the CAN filter code/ filter mask for some of the CAN received objects.
Do you have a suggestion ?
Best regards,
Cyrille