You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the analyzer uses block ram for buffering, which leads it to overrun very, very quickly. We should instead buffer the data in (PS)RAM, so we can have a good buffer depth.
The text was updated successfully, but these errors were encountered:
@ktemkin I am currently trying to read data from a HOST <-> Printer connection with LUNA instead of the USBProxy project.
Everything works well so far until the board goes into overrun state and I have to re-build and upload the applet again.
I also noticed that I have to wait with plugging the printer in until I start to read from the analyzer. Otherwise, the buffer overruns immediately after the applet starts to run.
Is it possible to somehow reset the analyzer state?
I read your comments about the DRAM buffer support and I really hope this feature gets attention over the next months.
That would allow us to test a LUNA device in the field, reading data from a POS <-> printer connection.
Currently, the analyzer uses block ram for buffering, which leads it to overrun very, very quickly. We should instead buffer the data in (PS)RAM, so we can have a good buffer depth.
The text was updated successfully, but these errors were encountered: