Hi, I’m writing a driver for a logic analyzer I designed. The unit samples 16bit, up to 128MSp @100MHz and store data in local DDR3 memory.
I struggle to understand the API. I try to limit the buffer size to 128MSp, preferably using a drop down with discrete buffer sizes I define. I’ve tried SR_CONF_LIMIT_SAMPLES | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST With associated code, but that did not work. I can live with using som default values in the drop down, but I really need to set a max size that match the hardware. How would I do that? I did not found any documentation that describes how to add a driver, which is the reason for this question in the first place. Is there doc somewhere that I failed to find? Any help most welcome! Regards, Mike _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel