newbrain

Results 3 issues of newbrain

The problem described in #3 is actually real, the transition table differs from the documentation. Why from a state of R_CW_BEGIN, with an input of 0-0 the FSM transition to...

https://github.com/NT7S/Si5351/blob/1af6288d49458180d5aae45aab711aff31d16462/si5351.c#L138 PLL parameters are never going to be written as this check is bound to fail: pll_calc (a function pointer) will always differ from the null pointer (0). Either: *...

A very minor code commenting issue. Comments at lines 124, 125, 138, and 139 of dreq.h contain wrong information. https://github.com/raspberrypi/pico-sdk/blob/5592322465b449ef01ca5b4290f2f03fdff71381/src/rp2350/hardware_regs/include/hardware/regs/dreq.h#L124-L125 Should read: 124: `DREQ_PWM_WRAP10 = 42, ///< Select PWM Counter...

documentation