STM32F103VE has 512K Flash EEPROM (#17565)

This commit is contained in:
Scott Lahteine
2020-04-16 15:34:44 -05:00
committed by GitHub
parent d353d67a34
commit 847ea583f6
10 changed files with 26 additions and 26 deletions

View File

@ -52,7 +52,7 @@
// ------------------------
#ifndef STM32_FLASH_SIZE
#ifdef MCU_STM32F103RE
#if defined(MCU_STM32F103RE) || defined(MCU_STM32F103VE)
#define STM32_FLASH_SIZE 512
#else
#define STM32_FLASH_SIZE 256