Closed jcw closed 2 years ago
Weird, downloading the latest CMSIS pack from https://developer.arm.com/embedded/cmsis/cmsis-packs/devices/STMicroelectronics/STM32F401CBUx and looking at Keil.STM32F4xx_DFP.2.16.0\CMSIS\SVD\STM32F40x.svd
, I still see this. The file is unchanged from 03. January 2017.
<groupName>NVIC</groupName>
<baseAddress>0xE000E000</baseAddress>
Can you take this to STMicroelectroncis?
The
misc/xvd/STM32F40x.svd
file contains the following info:Which is wrong. It should be:
This one sure kept me chasing ghosts for over a day - who would've expected SVD files to be so buggy? In fact, I get the impression that this error is all over the place, just do a
grep -rB1 E000E000 misc/svd/
...