Giter Club home page Giter Club logo

Comments (1)

zindello avatar zindello commented on September 22, 2024

Ok, further to this I think I've found the problem.

The "A" version of the chips all have registers for 8 clocks, whether they use them or not, so the library works for all of those versions.

The "B/16QFN" version of the chips however have four clock outs, but the registers are in different places, mostly however within the same address spaces.

Why use the 16QFN version? They're roughly half the cost of the 20QFN chips.

So far I've been able to establish that.

CLK0 is in the place where CLK1 is on the other versions - This works if you use CLK1 in the library
CLK1 is in the place where CLK2 is on the other versions - This works if you use CLK2 in the library
CLK2 is in the place where CLK5 is on the other versions - This works if you use CLK5 in the library
CLK3 is in the place where CLK7 is on the other versions - However this doesn't work if you use CLK7 in the library.

So it looks like everything works except for CLK3. I had a look at the library and it looks like you're using binary maths to figure out the location of a bunch of the registers, bit shifting the clock number to hit the right register value to set the register you need to for each clock. Unfortunately for the B revision chips this won't work as the registers are in strange places. See attached screenshots of the data sheets.

https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/data-sheets/Si5351-B.pdf

Screenshot 2023-05-03 at 5 08 34 pm

Screenshot 2023-05-03 at 5 08 29 pm

from si5351arduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.