Hello,
Is there anything unique with pins ADC0_DP0, ADC0_DM0, ADC0_DP3, ADC0_DM3 ?
Is it only ADC input pins (not GPIOs) ?
Can i use those pins exactly as i meant to use the ADC0_SEx pins ?
Thanks & Regards,
Eduard
Solved! Go to Solution.
Hello Eduard,
Do you want to know how to configure the pin to ADC functions ?
If yes , you can see the reference manual: 10.3.1 K11 Signal Multiplexing and Pin Assignments ,
we can see , these pins "ADC0_DP0, ADC0_DM0, ADC0_DP3, ADC0_DM3" can directly be used to ADC, for these pin only have ADC function.
While , for the ADC0_SEx pins , they are multiple function , if we want to use these pin to ADC , we need configure them through "Pin Control Register n (PORTx_PCRn) "
.
If i misunderstand your meaning , can you be more specific !
Best Regards,
Alice
------------------------------------------------------------------------------------------
If this post answers your question, please click the Correct Answer button.
-----------------------------------------------------------------------------------
If this post help your question, please click the helpful Answer button.
Hello Eduard,
Do you want to know how to configure the pin to ADC functions ?
If yes , you can see the reference manual: 10.3.1 K11 Signal Multiplexing and Pin Assignments ,
we can see , these pins "ADC0_DP0, ADC0_DM0, ADC0_DP3, ADC0_DM3" can directly be used to ADC, for these pin only have ADC function.
While , for the ADC0_SEx pins , they are multiple function , if we want to use these pin to ADC , we need configure them through "Pin Control Register n (PORTx_PCRn) "
.
If i misunderstand your meaning , can you be more specific !
Best Regards,
Alice
------------------------------------------------------------------------------------------
If this post answers your question, please click the Correct Answer button.
-----------------------------------------------------------------------------------
If this post help your question, please click the helpful Answer button.
Thanks Alice