I've successfully been using a serial (SPI) EEPROM driven by the PIC microcontroller. As the memory chip is powered by 5v, the SPI control lines from the PIC are wired directly to the memory.
Now I want to use a much larger FLASH memory (4mb) which has a 3.6v supply. Presumably I can no longer simply wire the PIC data & clock outputs (0-5v) directly to the memory. Do I simply use a potential divider to drop the 5v PIC output down to 3.6v or less, or is there more to it than that? The chip I'm intending to use is an SST25VF032B, but the datasheet does not specify maximum input pin voltage!
Thanks.
Now I want to use a much larger FLASH memory (4mb) which has a 3.6v supply. Presumably I can no longer simply wire the PIC data & clock outputs (0-5v) directly to the memory. Do I simply use a potential divider to drop the 5v PIC output down to 3.6v or less, or is there more to it than that? The chip I'm intending to use is an SST25VF032B, but the datasheet does not specify maximum input pin voltage!
Thanks.