-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fastino testing #42
Comments
That's not that easy. There is a problem with output stage gain. When the DAC gives 2.5V, w get 5V at the output. When it gives 5V, there is 11.9 at the output |
the gain is OK, but there is a problem with output stage bias voltage. It is not 2.5V. |
oops...what did we mess up? |
Did the test points show 5V for the reference voltage? |
Doing the maths in my head, that exactly matches what I'd expect based on the resistor values we have populated. So, it looks like we messed up the new output filter :( Will have to think about what the right fix for this is. |
Original filter design is here #4 (comment) |
Looking over the filter design issue, it seems we decided to change the resistor values to 10k for a good reason #4 (comment) i haven't double checked the compensation capacitor value yet. @gkasprow if you have time can you fix the resistive divider one one channel and take a step response? That will let us check if the compensation is about right. |
Anyway...this looks like a simple uncaught copy-paste error in the schematic. What do we do? Is it feasible to get this patched on all channels that have been produced by TS? |
we need to swap 2 resistors in the SOIC package. |
The easiest way to go is to use an unused resistor between pads 2 and 7.
I modified two amps and they generate correct 0V at the output with 2.5V at the DAC input.+ |
Oh dear, that sounds like a lot of work for 4 * 32 (?) channels! (I did point this out here #4 (comment), but unfortunately didn't look over the final schematics… :/) |
Unmodified boards are still working, only output is shifted by 2.5V offset |
Okay good! So that’s basic testing complete. Good work! Now the priority is to get @jordens a patched board ASAP so he can complete software development. I’ll coordinate getting our boards patched with ts. |
I wrote a simple VHDL code that blinks front panel LED, turns the AFE power on and loads 32-nd DAC with some data. All of these work fine. All voltages have correct values so I think I can send the boards for further testing
The text was updated successfully, but these errors were encountered: