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 3290
3290
"device_has_add" : [
3291
3291
" USBDEVICE"
3292
3292
],
3293
- "device_name" : " STM32L4R5ZI" ,
3294
- "mbed_rom_start" : " 0x08000000" ,
3295
- "mbed_rom_size" : " 0x200000" ,
3296
- "mbed_ram_start" : " 0x20000000" ,
3297
- "mbed_ram_size" : " 0x40000"
3293
+ "device_name" : " STM32L4R5ZITx"
3298
3294
},
3299
3295
"NUCLEO_L4R5ZI_P" : {
3300
3296
"inherits" : [
3308
3304
"inherits" : [
3309
3305
" MCU_STM32L4"
3310
3306
],
3307
+ "device_name" : " STM32L4R9AIIx" ,
3311
3308
"supported_form_factors" : [
3312
3309
" ARDUINO" ,
3313
3310
" STMOD" ,
3330
3327
"device_has_add" : [
3331
3328
" QSPI" ,
3332
3329
" USBDEVICE"
3333
- ],
3334
- "mbed_rom_start" : " 0x08000000" ,
3335
- "mbed_rom_size" : " 0x200000" ,
3336
- "mbed_ram_start" : " 0x20000000" ,
3337
- "mbed_ram_size" : " 0x40000"
3330
+ ]
3338
3331
},
3339
3332
"B_L4S5I_IOT01A" : {
3340
3333
"inherits" : [
You can’t perform that action at this time.
0 commit comments