Oct 15, 2019
12:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 15, 2019
12:26 PM
My project is using an XMC4200,
When I try to increase the number of channels inn the ADC_MEASUREMENT_ADV to 7, DAVE indicates that it cannot grant request (and often crashes after)
The max number of channels seems to be 8.
This issue does not exist on a project using an XMC4700 .
When I try to increase the number of channels inn the ADC_MEASUREMENT_ADV to 7, DAVE indicates that it cannot grant request (and often crashes after)
The max number of channels seems to be 8.
This issue does not exist on a project using an XMC4700 .
- Tags:
- IFX
1 Reply
Oct 15, 2019
11:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 15, 2019
11:57 PM
Hi,
The XMC4200 has 6 ADC channels in ADC group 0 and 4 ADC channels (3 in 48pin package) in ADC group 1.
The ADC_MEASUREMENT_ADV consumes either a scan or queue conversion request of an ADC group.
Therefore the max number of channels 6.
See extract from data sheet

Regards,
Jesus
The XMC4200 has 6 ADC channels in ADC group 0 and 4 ADC channels (3 in 48pin package) in ADC group 1.
The ADC_MEASUREMENT_ADV consumes either a scan or queue conversion request of an ADC group.
Therefore the max number of channels 6.
See extract from data sheet
Regards,
Jesus