fudanchii
fudanchii
Apologies I might missed the context, it looks like they already reset those values back here https://github.com/im-tomu/tomu-bootloader/blob/master/toboot/main.c#L285-L315 ``` c USB->GAHBCFG = _USB_GAHBCFG_RESETVALUE; USB->GINTMSK = _USB_GINTMSK_RESETVALUE; USB->DAINTMSK = _USB_DAINTMSK_RESETVALUE; USB->DOEPMSK =...
Right, I misread your notes. Some of them are not reset indeed.
related #22 Probably also document all the correct reset values (and calibration values?) for the clocks