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;
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;