I'm using the ADAS1000SDZ Eval board interfaced with a ATSAME54 Xplained pro microcontroller.
I'm using the No OS driver from the official example code. Using the example to generate the TESTTONE 150Hz sine wave.
I'm using the same register values used in the example code. Framerate is initialized to 16KHz.
I'm able to get the same output as shown in the example code. What I'm expecting according to Table.22 of the ADAS1000 datasheet is a 12word frame. But the example shows 24 words. And I'm only able to see the sine wave in LL(Lead2), in the 15th word. The first 12 words do not contain expected data.
I'm also not able to get a proper square wave when trying to plot the 1Hz square wave output in excel.
Can someone help me with understanding the TESTTONE output of the No OS driver example.