Skip to content

Commit

Permalink
update W25M512JV programming
Browse files Browse the repository at this point in the history
  • Loading branch information
DediprogEvy committed Sep 1, 2023
1 parent 15cf216 commit a3e3b5c
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 42 deletions.
3 changes: 2 additions & 1 deletion Macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ typedef struct ChipInfo {
#define BULK_FAST_READ 0x02 ///< fast read via bulk pipes
#define BULK_AT45xx_READ 0x03 ///< fast read via bulk pipes
#define BULK_4BYTE_FAST_READ 0x04 ///< For size is bigger than 128Mb
#define BULK_4BYTE_FAST_READ_MICRON 0x05
#define BULK_4BYTE_FAST_READ_MICRON 0x05 //for 0x0c

//for flash card
#define POLLING 0x02 ///< polling
Expand Down Expand Up @@ -199,6 +199,7 @@ typedef struct ChipInfo {
#define SUPPORT_WINBOND_W25Pxx_Large "W25Pxx_Large"
#define SUPPORT_WINBOND_W25Qxx_Large "W25Qxx_Large"
#define SUPPORT_WINBOND_W25Xxx "W25Xxx"
#define SUPPORT_WINBOND_W25Mxx_Large "W25Mxx_Large"
#endif

#ifdef SUPPORT_PMC
Expand Down
Loading

0 comments on commit a3e3b5c

Please sign in to comment.