Bug in ADC_QUEUE APP

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User20988
Level 1
Level 1
Hi guys,

while developing a firmware on the XMC1404 I noticed a bug in the ADC_QUEUE app which can be exposed from the ADC_MEASUREMENT_ADV app. Is there a better place to submit bugs than this forum?

About the bug itself:
When clearing the queue with the ADC_QUEUE_ResetListContents function the internal list of callback function pointers is cleared but not the counter of how many callbacks are registered. Thus, when later adding a new entry to the ADC queue, the callback is registered at the end of the list. When the AD conversion has finished, the ADC_QUEUE calls those erased pointers, crashing the controller. I am not sure if there is a more recent version of the module available, mine is v4.0.20 from 2016-08-18.

Best regards,
Tobi
0 Likes
1 Solution
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Thanks for reporting the issue. We will fix it in the next release.

View solution in original post

0 Likes
1 Reply
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Thanks for reporting the issue. We will fix it in the next release.
0 Likes