Update FLASH_SIZE_BYTES to avoid assert on > 2MB
The SDK would assert if a flash write/erase happened past the end of the flash space it was built with. So, 8MB chips would crash when accessing offset 3MB, for example. Avoid this by specifying the maximum flash available so the SDK won't trip. Fixes #76
Showing
No preview for this file type
Please register or sign in to comment