You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the pinout (Port mappings) for the Winbond to Slicekit ? The photos show a SDRAM kit and the Flash Slice Kit does not appear to be (yet) public.
following routine contains an error:
static void erase(quad_spi_ports &p, unsigned inst, unsigned address){
//error reads as:
p.DQ @ time <: ZIP(0x20) | INST_MASK;
and should be:
p.DQ @ time <: ZIP(inst) | INST_MASK;
The text was updated successfully, but these errors were encountered:
What is the pinout (Port mappings) for the Winbond to Slicekit ? The photos show a SDRAM kit and the Flash Slice Kit does not appear to be (yet) public.
following routine contains an error:
static void erase(quad_spi_ports &p, unsigned inst, unsigned address){
//error reads as:
p.DQ @ time <: ZIP(0x20) | INST_MASK;
and should be:
p.DQ @ time <: ZIP(inst) | INST_MASK;
The text was updated successfully, but these errors were encountered: