You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blame falls on @AlexanderMandera -- this line looks like an actual error. But the plot is so messy...
Just the way to get there is quite messier than most.
Not sure exactly how this should work, but I'm getting
My CH32V303CBT6 board definition has
-DCH32V30x -DCH32V303 -DCH32V30x_D8
defined (globally). My source for that is the datasheet.Then
https://github.com/cnlohr/ch32v003fun/blob/49640fbccf231191aa83c6a2bbe9d385535b2d1e/ch32v003fun/ch32v003fun.h#L168-L182
is going to activate
but
https://github.com/cnlohr/ch32v003fun/blob/49640fbccf231191aa83c6a2bbe9d385535b2d1e/ch32v003fun/ch32v003fun.h#L12918-L12953
will run into the
#error
because the#elif defined(CH32V20x) && FUNCONF_PLL_MULTIPLIER == 18
does not hold for it.Is that a bug in my activated macros for the CH32V303CBT6 or does ch32v003fun incorrectly account for it?
The text was updated successfully, but these errors were encountered: