I am checking the MBD and Config settings for S32K3.
There are three currents, power supply voltage filter, raw data from ADC block, and ADC uses 4 channels.
When I check the config, I see that only one channel of ADC is configured.
The model uses 4 ADC channels, is it possible to configure ADC without specifying pins?
If there is an error in the configuration, please tell me the correct way.
Hi, @Tetsuya_Morimoto,
The ADC channels that are configured in BCTU work without being routed in the Pins tool because some of the MCU signals are internally routed to the output pins. Let us take for example the PHA_I current that is read from the PTA13 pin. The next image from the board schematics shows that the ADC1_P1 signal (P1_ChanNum1 in the BCTU list) relates to the PTA13 pin.
To minimize potential complications in future development, I recommend routing any signal that you intend to use within the Pins Tool.
Best regards,
Victor
Hello Victor-san,
Thank you. I will contact the customer.
Best regards,
Morimoto