Giter Club home page Giter Club logo

sd-mmc-fatfs-library-for-tiva's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sd-mmc-fatfs-library-for-tiva's Issues

f_open error

Code always returns rc = 3 (FR_NOT_READY), using both SSI1 and SSI3
Also, if using SSI0 and SSI2, f_open causes a Fault interrupt.

Open Error

Hello Rohit,

I'm using your code on my TM4C123GXL TIVA C series board and got the below prints on serial port.

f_mount success!
f_open error

What could be the problem ?
I've used TOSHIBA 16GB microSD card....
Any limitations for this code ?
Can you please help me on this issue ?

Also getting this issue without connecting microSD card into board :(

As per the code, I've usesed SPI3.

// GPIO for SSI pins
#define SDC_GPIO_PORT_BASE GPIO_PORTD_BASE
#define SDC_GPIO_SYSCTL_PERIPH SYSCTL_PERIPH_GPIOD
#define SDC_SSI_CLK GPIO_PIN_0
#define SDC_SSI_TX GPIO_PIN_3
#define SDC_SSI_RX GPIO_PIN_2
#define SDC_SSI_FSS GPIO_PIN_1
#define SDC_SSI_PINS (SDC_SSI_TX | SDC_SSI_RX | SDC_SSI_CLK | SDC_SSI_FSS)

Thanks for your help.

Regards,
Titus S.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.