Hi Team,
I need to know is it possible to switch between the ResourceSubderivative value according to the change in variant change that is like when i change the variant to 64pins does the value in the resource tab get automatically switch to s32k146_lqfp64 and to s32k146_lqfp100 when i change the variant to 100pins.
Thank you
Hi @S32k1
Yes, you can change the package or derivative in Resource. But some reconfigurations may be required. You can take a look at this thread:
https://community.nxp.com/t5/S32K/Autosar-MCAL-Template-Application-for-S32K142/m-p/1234165
Regards,
Lukas
Hi @lukaszadrapa ,
Sorry for your misunderstanding, let me clear again.
I have 2 variants which contain 64pins and 100pins like min-variant and max-variant respectively. So if I want to switch between variants in EB like changing the variant from min to max will the value in the resource container also changes along with it (when change from 64pin to 100pins) also does the MCAL config changes according to that board.
Is this possible?
Note: Here only the pin numbers are different, but the family is same s32k146 (64 and 100pins)
Thanks
Hi @S32k1
No, the configurator won't automatically update your project. It's up to user. The configurator will just show a list of errors. For example, if you are going from large derivative to smaller one, it will notify you that some pins are not available in that package or that some peripheral instance is not there...
Regards,
Lukas