This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Modifying SFR Definition Files?

Hi,

Evaluating uVision 4.21...

Found that SDIO special function register definitions in STM32F10xxE.SFR are incorrect. Base address is 0x40018000 not 0x40012C00! Tried textural substitution, but the modified file won't load in the debugger.

Is there any way of modifying SFR files so they will work okay?

Boz.

Parents
  • There are some files in C:\Keil\ARM\SFD\ST\STM32F10x that hint at how it's done. Look at the lst file ST put in there and you can see the command line that generated the sfr files.

    We were thinking about doing this but haven't done it yet.

    Andrew

Reply
  • There are some files in C:\Keil\ARM\SFD\ST\STM32F10x that hint at how it's done. Look at the lst file ST put in there and you can see the command line that generated the sfr files.

    We were thinking about doing this but haven't done it yet.

    Andrew

Children