Hello NXP,
I'm using EVK S32K116 with TRESOS plugins
in MCU plugin I'm trying to configure MCU Peripheral Name "ADC0"
I have changed Peripheral clock selection to SIRC instead of CLOCK_IS_OFF
and updated the Clock Frequency according
However the generated code is the same !
MCU Generated code files doesn't change when changing configuration of ADC0 peripheral from CLOCK_IS_OFF to a new Clock Source ?!
issue solved by deleting all peripheral clock configurations and adding them again
thank you