Replies: 2 comments 1 reply
|
Hi, thanks for you interest in our project. I tested it myself and you are right. There is a problem with using not constant table. From the oscilloscope waves it looked most probably linked to cache problems. In recent updates I'll test it with LUT modifications at run time and fix the cache internally in DAC functions. I let you know when it would be ready. Full code: |
|
Hi @erry11! Now buffer is defined with macro You can refer to the example
|



Uh oh!
There was an error while loading. Please reload this page.
Hello,
Thank you for sharing this library. I’ve found it extremely useful for one of my projects. I have a question regarding the "Send_DAC_Burst_Sine" example: is there a way to modify the waveform parameters at runtime or within the setup loop?
I'm not an expert in electronics or data acquisition, but my initial approach was to define a static array of N elements and, as a first test, copy the values from the sine_lut array into that array.
`
The resulting custom_wave looked at the oscilloscope was not the same from sine_lut. Do you have some advice?
Thank you!
All reactions