My name Didi Avram.
How to read entire port (Example PORTD) connected to external ASC. I use STM32F401.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-28 7:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-28 8:43 AM
somevariable = GPIOD->IDR;
Read the GPIO chapter in Reference Manual.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-05 2: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-05 3: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 ...
