2022-06-14 08:58 PM
I have instrumented my code as per the documentation: added dataacq.c and dataacq.h, called DumpTrace().
I do not receive any errors in STM32CubeMonitor however msg.payload.data contains only x values when I use snapshot mode. When I use direct mode there are y values.
What could cause this?
2022-06-23 04:06 AM
Hello @DGran.3
Does msg.payload contains Y value when snapshot is not enabled?
2022-06-23 04:20 AM
By disabled you mean when I use direct mode instead of snapshot mode?
Yes I get y values in direct mode