Enable output on SI5332 #281
Closed
sophiekovalevsky
started this conversation in
General
Replies: 1 comment 3 replies
-
I have honestly no idea anymore. The experiments with the SI5332 were quite a while ago and I do not remember the details. I can try to find the firmware for my SI5332/AD9913/STW81200 eval board, maybe there was a clue in there (but at first glance, I can not find it anymore, might have to look in my backups).
I'd love to hear more about that if you are willing to share! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @jankae,
I was wondering how you were able to enable the outputs on SI5332. I started working on this and after creating my own functions (Im doing my own synthetizer evaluation board), I discovered that there are certain registers that are not described in https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/reference-manuals/si5332-rm.pdf
I realized about this just after giving up and test with the clock builder, just to find out that those registers. As soon as I start to use them, I was able to get the expected output. The model used on my board is slightly different one (SI5332B-D-GM3) but still, overall should be the same as SI5332A-GM1.
Just inspecting the UI, it seems that, you have taken those hidden registers into consideration:
LibreVNA/Software/PC_Application/Device/RegisterAccess/si5332.cpp
Line 17 in 7a9d4dd
However, there is no way reference to these registers. I just made a quick search on this. I wonder how you come up with that.
Beta Was this translation helpful? Give feedback.
All reactions