-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open FPGA issues #6
Comments
Hi @arrenglover; the bars of blank aeras (I saw them only sometimes) seem not to be depending from FPGA data handling. We performed test about that, and every data produced as test is correctly received through HPU Core. I can indagate deeper in order to understand if it depends on GEN3 chip itself. The problem of "restarting" depends on relationship between clocks, and sometimes it brokes the data capturing. It is very hard to solve because there aren't informations about clock behaviour on GEN3 data sheet, anyway there is a specific register (0x51 - GEN3_PHASE_ALIGN, default value 0xA0) able to change the sampling point of GEN3 data and solve the problem at every restart. About unstable operation, I think we should analyse the sequence of operation performed by zynqGrabber to solve. |
Thanks very much @mcasti-iit for the update 😄 I think that if we work on point 3 first (unstable turn on/off) we might find a bug in zynqGrabber when trying to program the registers. It may be that the same bug could be causing problems for point 1 and 2 - therefore we can re-evaluate points 1 and 2 again after fixing point 3.
|
Hi @arrenglover; |
thanks @mcasti-iit ! |
bars at blank areas of screen was a bug in setting the ROI |
|
Hi @mcasti-iit
As I understand there are still some open issues with the FPGA and the Gen 3 upgrade on the robot.
Can you please give an update on these issues? Do we know the cause? Is there a fix?
The text was updated successfully, but these errors were encountered: