Malyan M200 core fixes (#13927)
This commit is contained in:
committed by
Scott Lahteine
parent
a36782ac1d
commit
172abc305b
@ -52,8 +52,8 @@
|
||||
#define END_FLASH_ADDR 0x00020000
|
||||
#endif
|
||||
|
||||
#ifdef __STM32F1__
|
||||
// For STM32F103ZET6/STM32F103VET6
|
||||
#if defined(__STM32F1__) || defined(STM32F1xx) || defined(STM32F0xx)
|
||||
// For STM32F103ZET6/STM32F103VET6/STM32F0xx
|
||||
// SRAM (0x20000000 - 0x20010000) (64kb)
|
||||
// FLASH (0x00000000 - 0x00080000) (512kb)
|
||||
//
|
||||
|
Reference in New Issue
Block a user