1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-26 15:54:15 +01:00

LP-512 fixed STM32F303 ram memory sizes.

This commit is contained in:
Vladimir Zidar 2017-04-25 23:02:25 +02:00
parent 507d5a2b80
commit 5ea1c9011b

View File

@ -2,12 +2,12 @@
#define CCSRAM_BANK_BASE 0x10000000
#ifdef STM32F303xC
# define SRAM_BANK_SIZE 0x009000
# define SRAM_BANK_SIZE 0x00A000
# define CCSRAM_BANK_SIZE 0x002000
#endif
#ifdef STM32F303xE
# define SRAM_BANK_SIZE 0x00A000
# define CCSRAM_BANK_SIZE 0x002000
# define SRAM_BANK_SIZE 0x010000
# define CCSRAM_BANK_SIZE 0x004000
#endif
MEMORY