at32: comment about dual-bank mode

This commit is contained in:
Andrey Gusakov 2024-07-29 14:33:48 +03:00 committed by rusefillc
parent e64cb9bebf
commit 0495a7163f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
bool allowFlashWhileRunning() {
/* TODO: check for actual flash configuration? */
/* currently we support only AT32F43X with dual-bank flash, so allow flashing to second bank */
/* TODO: Seems AT32 is still freezes even write is happen to second bank, while executing code from first */
return true;
}