Error in DAC generator in CSG unit

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

cross mob
User18120
Level 1
Level 1
Hello everyone,

in the FW for a XMC4200 micro for a demo board, I found the following piece of code

/* Error in the DAC slope generator. */
if(phase_out == 397)
{
phase_out = 396;
}
phase_out is then used to set the DAC DSV value.

Does anybody know the meaning of this?
Does it mean that there is a bug in the processor and id does not accept this specific value in setting the DAC ref value DSV?

Thank you very much!
BR
Gili
0 Likes
1 Reply
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked
Hi Gili,

Could you kindly point me to the exact firmware you are referring to ? I will check about this internally.

Best Regards,
Vasanth
0 Likes