Skip to main content
ECrom.1
Associate III
January 26, 2020
Question

STM32F429zi ram drive code

  • January 26, 2020
  • 2 replies
  • 713 views

Hi all,

Where can I find code example for STM32F429zi ram drive code

I see FatFS and other examples, but no ram-drive FatFS example

I need to open a device over USB to be recognized by the PC HOST

Thanks

Eli

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    January 26, 2020

    I swear I posted an answer here.

    I had written and posted an STM32F429I-DISCO SDRAMDISK back in the SPL days

    For HAL/Cube you will probably need to find a MSC HOST for the EVAL boards, port to the DISCO, add SDRAM initialization, and change the IO to copy in/out of SDRAM

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Tesla DeLorean
    Guru
    January 26, 2020
    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    ECrom.1
    ECrom.1Author
    Associate III
    January 28, 2020

    Following me prev. question:

    I am using STM32F429zi board

    But found a RAM_DISK example for 9i board

    I ran with / without RTOS

    In both cases :

    all these word fine (return woth OK :(

    FATFS_LinkDriver, f_mount, f_mkfs,

    But when I call f_open I get FR_NO_FILESYSTEM

    How can that be ?