-
1. Re: PSoC_4_BLE_SDCARD
rola_264706 Dec 17, 2015 6:50 AM (in response to userc_39563)Chopra the limit is 2gb for the Sim card component.
-
2. Re: PSoC_4_BLE_SDCARD
userc_39563 Dec 17, 2015 9:02 AM (in response to rola_264706)Hello Bob,
I'm using 512mb SD card.
-
3. Re: PSoC_4_BLE_SDCARD
rola_264706 Dec 17, 2015 2:18 PM (in response to userc_39563)Chopra I am sending you a program that was in the 100 projects in 100 days on Element 14. It compiles with out errors but has a few warning. Also as I researched this I discovered that the SD card must be formatted for use. Also this is for the PSOC 4 so you may have to modify it for the PSOC Ble.
-
SDCard_Demo.Bundle02.zip 2.0 MB
-
-
4. Re: PSoC_4_BLE_SDCARD
rola_264706 Dec 17, 2015 6:46 PM (in response to userc_39563)Here is an SD formatter.
-
SDFormatterv4.zip 6.0 MB
-
-
5. Re: PSoC_4_BLE_SDCARD
rola_264706 Dec 17, 2015 6:49 PM (in response to userc_39563)Also one last question why are you not using the F-ram on the PSOC 4 Ble? It is 1 mb in size.
-
6. Re: PSoC_4_BLE_SDCARD
userc_39563 Dec 17, 2015 8:08 PM (in response to rola_264706)Thank You Bob,
I have SD formatter & I formatted the SD Card. Yes i can store the data in F-ram also but for our project purpose i need to use SD Card so when we need data according to time we can take from SD Card. I'll check your project also. Can you please mine.
Thans,
Arpita Chopra
-
Newww.Bundle04.zip 2.2 MB
-
-
7. Re: PSoC_4_BLE_SDCARD
rola_264706 Dec 18, 2015 7:49 AM (in response to userc_39563)Arpita When I tried to compile your program it failed saying FS.h was missing. This file was also missing "MMC_X_HW.h"
I don't know what that file does but the FS.h is used for the SD card I am sure. I don't have an SD socket to try this program but the missing files could be an issue. -
8. Re: PSoC_4_BLE_SDCARD
userc_39563 Dec 19, 2015 1:48 AM (in response to userc_39563)I added some libraries in it for FS.h & MMC_X_HW.h
-
9. Re: PSoC_4_BLE_SDCARD
userc_40683 Jan 12, 2016 5:54 PM (in response to userc_39563)Hi Chopra,
I was wondering if you have solved the issue concerning PSoC 4 BLE and SD card. I am currently working with PSoC 4 BLE and understanding the communication with an SD card using SPI.
-
10. Re: PSoC_4_BLE_SDCARD
userc_39563 Jan 12, 2016 11:39 PM (in response to userc_39563)Hello Rey,
I'm working on PSoC 4BLE & communicating it with SD card. I'm able to store all the values in my SD card.I'm trying to change the folder name according to time stamping so that day by day folder will be created in SD card with date stamping. So that if we want data of 13 jan we can easily fetch from SD Card.
Thanks,
Arpita