mirror of
https://github.com/keirf/greaseweazle-firmware.git
synced 2025-10-31 11:06:44 -07:00
AT32F403A: Extend SRAM to 224kB
This commit is contained in:
@@ -29,6 +29,9 @@ struct flash {
|
||||
uint32_t wrpr; /* 20: Write protection */
|
||||
};
|
||||
|
||||
#define FLASH_UNLOCK_KEY1 0x45670123
|
||||
#define FLASH_UNLOCK_KEY2 0xcdef89ab
|
||||
|
||||
#define FLASH_ACR_PRFTBS (1u<< 5)
|
||||
#define FLASH_ACR_PRFTBE (1u<< 4)
|
||||
#define FLASH_ACR_HLFCYA (1u<< 3)
|
||||
|
||||
Reference in New Issue
Block a user