PE lacks many ADC channels

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PE lacks many ADC channels

1,054 Views
wujiankang
Contributor II

I use the MCU MPC5748G and the MCU has many ADC channels, but I fund the PE lacked many channels in the S32DS.

For example:

The channel corresponding to the port PD[11] is channel 15 and the source of inputs ADC_1 corresponding to the port PD[11] is ADC1_P[15].

pastedImage_1.png

But the PE has no ADC1_P[15] in S32DS.

pastedImage_3.pngExcuse me, how to solve this problem?

0 Kudos
4 Replies

957 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

Ye, if you select the package which don't have this pin routed out, you simply cannot use it.

That is limitation which is reflected on price.

regards,

Peter

957 Views
wujiankang
Contributor II

Yeah, I see and thanks.

0 Kudos

957 Views
ovidiualexandru
NXP TechSupport
NXP TechSupport

Hi,

Please make sure the selected CPU variant in PE matches the one you are using. For example, the default is the LQFP176 variant, also used in all the examples. This variant does not have pin PD[11], which is the only one assignable as ADC1_P[15].

pastedImage_5.png

The PE correctly reflects this information:

pastedImage_4.png

After I select the 324-pin CPU variant, I can see ADC1_P[15] in the list:

pastedImage_3.png

Hope this has been helpful.

Best regards,

Ovidiu

957 Views
wujiankang
Contributor II

Thanks for your reply. It's realy helpful.

0 Kudos