We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfbcf1 commit 870143fCopy full SHA for 870143f
1 file changed
ports/stm32/boards/OPENMV_N6/board.c
@@ -119,7 +119,7 @@ void board_early_init(void) {
119
120
void board_enter_standby(void) {
121
HAL_PWREx_EnableTCMRetention();
122
- HAL_PWREx_EnableTCMFLXRetention();
+ HAL_PWREx_DisableTCMFLXRetention();
123
124
uint32_t *boot_mem = (uint32_t *)_boot_mem;
125
boot_mem[0] = (uint32_t)(_boot_mem + sizeof(_boot_mem));
0 commit comments