Hello all,
I am trying to send requests across the USB using the Jungo BIOSUSB stack, and am being partially successful. I however would like to know the purpose of the sg_list_item_t in the mem_desc_t. (uw_types.h) . When I perform a request, I am currently passing my own buffer into the request by setting the last parameter in the core_request_alloc(...), but note that the mem_desc_t that holds the passed in value also contains a pointer to a sg_list_item_t, which is defined above the mem_desc_t. Is there any documentation describing the use of this pointer? I am particularly interested in being able to pass in multiple buffers to be transmitted at the same time, and this type appears to be a list pointer, but contains no size element and there is no documentation describing it neither.
Peter