2021-02-28 07:10 AM
2021-02-28 08:43 AM
somevariable = GPIOD->IDR;
Read the GPIO chapter in Reference Manual.
JW
2021-02-28 10:33 PM
> ...connected to external ASC.
What is "ASC" ?
Or do you mean ADC, like in the tags ?
If so, check the datasheet of your unnamed external ADC.
2021-03-05 02:53 AM
In my application I use an external 16bits ADC, the Data from ADC connected to PORTD on MCU stm32f401. My requirements to read data from ADC.
Thanks,
Regards Didi
2021-03-05 03:18 AM
You need to implement the protocol defined in the datasheet of the ADC.
It describes the data and control signals required to connect, and the signal sequences.
Telling us which ADC type might be helpful ...