mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
NANO33: Update flash size.
This commit is contained in:
parent
af7272fab5
commit
43e66047f9
@ -92,7 +92,7 @@
|
||||
#define OMV_JPEG_BUF_SIZE (16 * 1024) // IDE JPEG buffer (header + data).
|
||||
|
||||
#define OMV_TEXT_ORIGIN 0x00026000
|
||||
#define OMV_TEXT_LENGTH 808K // FLASH_SIZE - SD_SIZE - FS_SIZE 1024-152-64
|
||||
#define OMV_TEXT_LENGTH 744K // Arduino bootloader starts at (0xE0000) - SD_SIZE (152K)
|
||||
#define OMV_SRAM_ORIGIN 0x20004000 // Reserve 16K for SD memory.
|
||||
#define OMV_SRAM_LENGTH 240K // RAM_SIZE - SD_RAM_SIZE
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user