2022-04-10 09:32 PM
We are using STM32F103xB. We intend to replace STM32F103xB this with STM32F103xC, STM32F103xD & STM32F103xE. We found difference in memory map section in the "Aliased to Flash section", when comparing both MCUs families. There is a section called reserved in STM32F103xC, STM32F103xD & STM32F103xE which is not there in STM32F103xB. We dont want any SW change when we don the replacement of the MCU. We would like to know that when we replace STM32F103xB with STM32F103xC, STM32F103xD & STM32F103xE, will there be a need to change Software/ Firmware?.
Also what does the reserved section in memory map mean?. Is that read/ write accessible space or it is not accessible to firmware?.
2022-04-10 10:01 PM
Well different mix of peripherals, Vector table size, Flash size, and sector sizes,
Undecoded memory frequently faults.