Skip to content

Commit

Permalink
update the flash speed to use 57MHz on MX25R32
Browse files Browse the repository at this point in the history
  • Loading branch information
YutingYou committed Jul 13, 2022
1 parent 6c15342 commit 1dffc25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void flash_init_userdef(void);
* 0x1FFF: 57MHz
* 0x0FFF: 50MHz
*/
const u16 Flash_Speed = 0xFFFF;
const u16 Flash_Speed = 0x1FFF;

/**
* @brif Indicate the flash read I/O mode. It can be one of the following value:
Expand Down

0 comments on commit 1dffc25

Please sign in to comment.