2022-11-27 10:57 AM
2022-11-27 10:57 AM
2022-11-27 11:15 AM
2022-11-27 11:36 AM
yes
I have been enabled it.
2022-11-27 11:45 AM
Learn embedded debugging.
Put a breakpoint in your loop, view the dac register, write 0x0fff and check on your scope first. Then if it look ok, watch your sintable values. Last, check errata sheet as sanity check. DAC usually has hardcoded sawtooth waves for testing. Normal wave gemeration uses dma cycling through a buffer, the dac being triggered by a timer pwm which tells the sample out tempo.
2022-11-27 11:47 AM
And make sure the dac pin is only going to the scope probe to factor out vdda and protection diods.
2022-11-28 02:58 AM
thank you I disable buffer and problem has been solved!
@Community member