2016-03-18 12:19 PM
To get CUBE working correctly with the STM32L476RG:
Edit the file ''families.xml'' (C:\Program Files (x86)\STMicroelectronics\STM32Cube\STM32CubeMX\db\mcu\families.xml)
Line 20608, in the entry:
<Mcu Name=''STM32L476R(C-E-G)Tx'' PackageName=''LQFP64'' RefName=''STM32L476RGTx'' RPN=''STM32L476RG''>
The field:
<Ram>
Was 128, change it to 96.
-Matt2016-03-22 09:00 AM
Hi Matt,
Thank you for your feedback. The issue has been reported internally.-Syrine-2016-10-07 03:08 AM
Dear user,
Please note the issue is fixed now as:
FLASH (rx)
: ORIGIN = 0x8000000, LENGTH = 1024K
RAM (xrw)
: ORIGIN = 0x20000000, LENGTH = 96K
(the second RAM is ignored)
Starting with STM32CubeMX 4.17:
RAM (xrw)
: ORIGIN = 0x20000000, LENGTH = 96K
RAM2 (xrw)
: ORIGIN = 0x10000000, LENGTH = 32K
FLASH (rx)
: ORIGIN = 0x8000000, LENGTH = 1024K
Best regards