Skip to content

I am having trouble using glip_read_b function with FX3 #62

@chunyen627

Description

@chunyen627

I refer to the loopback_measure.c program and modify it to perform from PC to FPGA memory 1GB data write and read tests.
I tried to call glip_write_b and glip_read_b function, Both Parameters size(length of data) are set to 1GB data size,
glip_write_b function can successfully write 1GB data to FPGA memory, but when executing glip_read_b ,print (Error while reading from GLIP. )
I found that the value of the parameters size of the glip_read_b function cannot be too large.
Later I tried to change the value to read 150KB,if the value of the parameter size greater than 150Kbyte ,FX3 will not respond. (blocking)
Is there a limit to reading back large files? How can I read back large files at once?
Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions