Skip to content

Commit

Permalink
update SD_FLASH_SIZE to 0x27000 (#4232)
Browse files Browse the repository at this point in the history
The 7.3.0 softdevice needs the extra 1000 :)
  • Loading branch information
fifieldt authored Jul 5, 2024
1 parent bd3e4e5 commit 2df8093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/nrf52/softdevice/nrf_sdm.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ the start of the SoftDevice (without MBR)*/
* Add @ref MBR_SIZE to find the first available flash address when the SoftDevice is installed
* just above the MBR (the usual case).
*/
#define SD_FLASH_SIZE 0x26000
#define SD_FLASH_SIZE 0x27000

/** @brief Defines a macro for retrieving the actual FWID value from a given base address. Use
* @ref MBR_SIZE as the argument when the SoftDevice is installed just above the MBR (the usual
Expand Down

0 comments on commit 2df8093

Please sign in to comment.