(Sorry, this is a duplicate post. My original post appears completely blank and the 'robot verification' fails moments after I verified it. Not sure why it is even needed when I need a 2 factor authenticator to even log in)
Our product is static in nature and we only care about the PRE_COMPILE variant. However, it seems that certain peripherals only allow POST_BUILD variant; please see the screen shot below.
Also, for certain other peripherals, even when the PRE_COMPILE variant is selected, POST_BUILD variant code is generated anyway and this code is actually used in the RTD examples to initialize the peripheral.
Why can't a static configuration be used, especially when that is what the user wants?
Solved! Go to Solution.
Hi @durga_choudhury,
For Config Time Support, please implement the MCAL layer of the drivers:
Some low-level interface drivers do not support variant handling, as this is an AUTOSAR specification, and LLD are not compliant.
Best regards,
Julián
Hi @durga_choudhury,
For Config Time Support, please implement the MCAL layer of the drivers:
Some low-level interface drivers do not support variant handling, as this is an AUTOSAR specification, and LLD are not compliant.
Best regards,
Julián