Internal ADC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-12-06 3:23 AM
hello everyone
Using the internal ADC(polling method) of the stm32f429 board the samples that im getting are too many for one cycle of analog input
how to reduce the samples without giving a delay, like if I want 128 samples for one cycle.
Vin is 300mV
APB2 is 90MHz
Clock Prescaler is PCLK divided by 4
Resolution 12 bit
Sampling time 3 cycle
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-12-06 5:32 AM
Convert using DMA and trigger the ADC with a timer. You can get exactly how many samples you want.
If you feel a post has answered your question, please click "Accept as Solution".
