An open API service indexing awesome lists of open source software.

https://github.com/cnlohr/microclockoptimizer

Clock tree calculator for microcontrollers
https://github.com/cnlohr/microclockoptimizer

calculator clocks microcontrollers

Last synced: 4 days ago
JSON representation

Clock tree calculator for microcontrollers

Awesome Lists containing this project

README

          

# Micro Clock Optimizer

A solver for helping setup clock trees for microcontrollers. You can see the demo online [here](https://cnlohr.github.io/microclockoptimizer/).

You can select different parameters to solve for, and it will compute all possible clock trees given the constraints (within limits) so it can quickly search the space.

Right now I just wrote a clock tree setup for the ch32v307. But it's ripe for the picking to get more setup.

This project is still in its infancy, but PR's are open!

![initialReadme](https://github.com/user-attachments/assets/8b543b84-6ecf-4d94-b8e4-26fd99a928d5)