Raady Here
Full Member level 5
- Joined
- Jun 8, 2013
- Messages
- 242
- Helped
- 26
- Reputation
- 52
- Reaction score
- 26
- Trophy points
- 28
- Location
- India
- Activity points
- 1,571
pic30f5011/mplab8.8
I have float variable motor reading data, and need to transfer that variable data to a SD card(2/4 gb) where I should create a file with time stamp and all variables in it.
microsd card is preferred. does writing to microSD and SD card differ ?
Eg: when opened example.txt it should look like.
-------------------
14/8/2014 10:10:25
vibration - mm/s
@1 12.03
@256 08.09
...
...
-------------------
i have set up connections for SPI and gone through link
for sending block i need to send CMD24, but it doesn't recognize it. what is the header file required for it.
if any one had worked with data transfer using SPI and SD cards help with any sample code !
any related links also helpful for me to make a start.
I have float variable motor reading data, and need to transfer that variable data to a SD card(2/4 gb) where I should create a file with time stamp and all variables in it.
microsd card is preferred. does writing to microSD and SD card differ ?
Eg: when opened example.txt it should look like.
-------------------
14/8/2014 10:10:25
vibration - mm/s
@1 12.03
@256 08.09
...
...
-------------------
i have set up connections for SPI and gone through link
for sending block i need to send CMD24, but it doesn't recognize it. what is the header file required for it.
if any one had worked with data transfer using SPI and SD cards help with any sample code !
any related links also helpful for me to make a start.