Skip to content

Commit

Permalink
spiFlashdb: MX25R6435F: added missing bp bit 4
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Mar 15, 2024
1 parent 41ecac5 commit 1d276eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spiFlashdb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static std::map <uint32_t, flash_t> flash_list = {
.tb_offset = (1 << 3),
.tb_register = CONFR,
.bp_len = 4,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)}}
},
{0xef4014, {
/* https://cdn-shop.adafruit.com/datasheets/W25Q80BV.pdf */
Expand Down

0 comments on commit 1d276eb

Please sign in to comment.