File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,10 @@ __WEAK void hal_deepsleep(void)
192
192
HAL_PWREx_DisableLowPowerRunMode ();
193
193
}
194
194
195
+ #if defined(PWR_CR1_RRSTP )
196
+ HAL_PWREx_EnableSRAM3ContentRetention ();
197
+ #endif
198
+
195
199
HAL_PWREx_EnterSTOP2Mode (PWR_STOPENTRY_WFI );
196
200
197
201
if (lowPowerModeEnabled ) {
Original file line number Diff line number Diff line change 3287
3287
"device_has_add" : [
3288
3288
" USBDEVICE"
3289
3289
],
3290
- "device_name" : " STM32L4R5ZI" ,
3291
- "mbed_rom_start" : " 0x08000000" ,
3292
- "mbed_rom_size" : " 0x200000" ,
3293
- "mbed_ram_start" : " 0x20000000" ,
3294
- "mbed_ram_size" : " 0x40000"
3290
+ "device_name" : " STM32L4R5ZITx"
3295
3291
},
3296
3292
"NUCLEO_L4R5ZI_P" : {
3297
3293
"inherits" : [
3305
3301
"inherits" : [
3306
3302
" MCU_STM32L4"
3307
3303
],
3304
+ "device_name" : " STM32L4R9AIIx" ,
3308
3305
"supported_form_factors" : [
3309
3306
" ARDUINO" ,
3310
3307
" STMOD" ,
3327
3324
"device_has_add" : [
3328
3325
" QSPI" ,
3329
3326
" USBDEVICE"
3330
- ],
3331
- "mbed_rom_start" : " 0x08000000" ,
3332
- "mbed_rom_size" : " 0x200000" ,
3333
- "mbed_ram_start" : " 0x20000000" ,
3334
- "mbed_ram_size" : " 0x40000"
3327
+ ]
3335
3328
},
3336
3329
"MCU_STM32L5" : {
3337
3330
"inherits" : [
You can’t perform that action at this time.
0 commit comments