STM32F7 register reset value doesn't match the reference manual
Hi all.
I'm currently writing my own set of drivers based on the provided stm32f7 header written by ST. I'm a little confused understanding the USB reset values in section 37.15 of the reference manual. The reset values for my GPIO, APB, and a few other things I've written are correct. However, the USB register values are completely off. For instance the OTG_GOTCTL register should be 0x0001 0000 as shown within the manual .However, during debugging, the same register reads 0x4c10000.
Am I missing something fundamental here in regards to the reset values. It's weird that the GPIO and APB registers reset values are correct but not the USB. It's throwing me off me developing a USB driver.
Thanks
