Using SD card with other SPI devices question
Posted: Mon Mar 05, 2012 7:26 am
I will be using the EFFS-HTTP example to start my new project. Using the SD card to store my website.
This example works great. However i am curious what would happen with the shared MOSI, MISO & CLK when i also add other SPI devices.
I am sure it sets up the SPI mode and clock rate for using SD cards. But when i need to communicate to my other SPI devices that use a different mode and clock rates what do i do then ?
Does the EFFS file system check the current SPI settings, temporarlly save them, then perform its read/write then restore the settings back, or is this something that i need to do before any read/writes to my devices ?
This example works great. However i am curious what would happen with the shared MOSI, MISO & CLK when i also add other SPI devices.
I am sure it sets up the SPI mode and clock rate for using SD cards. But when i need to communicate to my other SPI devices that use a different mode and clock rates what do i do then ?
Does the EFFS file system check the current SPI settings, temporarlly save them, then perform its read/write then restore the settings back, or is this something that i need to do before any read/writes to my devices ?