Skip to content

flash content erase in bootloader region at run time #53434

Discussion options

You must be logged in to vote

Hi @Sathishkumar-rk, I would not use boot_erase_region in an application, since it appears to be part of the mcuboot private API. I would use flash_area_erase for this purpose. Either way, the erase size being used (256 bytes), is smaller than the minimum erase size supported by the is25wp128 (4Kbytes)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Sathishkumar-rk
Comment options

@danieldegrasse
Comment options

Answer selected by Sathishkumar-rk
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #53433 on January 03, 2023 10:00.