Forum Discussion
Altera_Forum
Honored Contributor
8 years agoGot an IP that writes the data to a big buffer (currently we are using a ramp to validate the data movement) and the data is not consistent.
My device driver tells the IP we want data and the IP freezes the buffer and interrupts the driver. When I do the copy_to_user and check the data there are inconsistencies. I check the data in the device driver and it shows the same problem (ruled out the 'copy_to_user'). Some evaluation boards it works fine others it doesn't. Really hard to think our custom board is going to be successful when we can't get consistencies with eval boards and the same code and device driver that is so simple.