PSoC 4 BLE_SD Card

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hello,

   

I'm working on PSoC 4 Ble. I created a project using PSoC creator  3.3. I have some values & want to store them on SD card Card but i'm not able to store them. I'm attaching my project please review it & give me suggestions to complete it.

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

you should restrict the functions to those declared in SDCard.h only. It might not be useful to access some SPI functions directly as you did. Try first to read a (windows-formatted) SD-card with one file and a couple of chars within.

   

 

   

Bob

View solution in original post

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

you should restrict the functions to those declared in SDCard.h only. It might not be useful to access some SPI functions directly as you did. Try first to read a (windows-formatted) SD-card with one file and a couple of chars within.

   

 

   

Bob

0 Likes