2024-08-13 08:51 AM
In the datasheet of the stm32l053x in the section of "Memory mapping" it says "Refer to the product line reference manual for details on the memory mapping as well as the boundary addresses for all peripherals."
I looked at the reference manual and didn't find the memory mapping there. can any one help please
Solved! Go to Solution.
2024-08-13 09:07 AM - edited 2024-08-13 09:08 AM
Look at section 2.2.2 Memory map and register boundary addresses in the reference manual.
rm0367-ultralowpower-stm32l0x3-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
2024-08-13 09:07 AM - edited 2024-08-13 09:08 AM
Look at section 2.2.2 Memory map and register boundary addresses in the reference manual.
rm0367-ultralowpower-stm32l0x3-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
2024-08-13 09:27 AM
Might also look at the .H and .SVD files for supporting information.
The Cortex-M TRM might also help understand the constraining expectations those have.
Also be cognizant that the same IC goes into several packages and chip markings depending on the amount of memory tested and sold with.
Is there some specific memory region or peripheral of interest?
2024-08-13 09:30 AM
Thank you so much