dmitrystu / sboot_stm32

Secure USB DFU1.1 bootloader for STM32
Apache License 2.0
303 stars 63 forks source link

Fix RCC address for G4 bootstrap gpio setup #30

Closed afalendysz closed 3 years ago

afalendysz commented 3 years ago

I believe the G4 implementation is the only version that contained this mistake, but I could be wrong.

Looks like this was a copy/paste error or was missed in a refactor. I see that at one point r0 was used to store RCC_BASE, but now it's r5.