mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2025-07-31 20:31:05 +00:00
add set mac, cmsis-dap load sdram, ...
This commit is contained in:
parent
0830a1244a
commit
b381813514
27 changed files with 255 additions and 88 deletions
|
|
@ -609,7 +609,7 @@ SpicReadIDRtl8195A(
|
|||
SpicInitPara.flashtype = FLASH_MICRON;
|
||||
else if(SpicInitPara.id[0] == 0xC2)
|
||||
SpicInitPara.flashtype = FLASH_MXIC;
|
||||
else if(SpicInitPara.id[0] == 0xEF)
|
||||
else if(SpicInitPara.id[0] == 0xEF || SpicInitPara.id[0] == 0xC8) // + GigaDevice
|
||||
SpicInitPara.flashtype = FLASH_WINBOND;
|
||||
else
|
||||
SpicInitPara.flashtype = FLASH_OTHERS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue