Skip to main content
tomajdo
Associate
August 18, 2010
Question

SPI serial flash and DMA transfer

  • August 18, 2010
  • 3 replies
  • 865 views
Posted on August 18, 2010 at 14:25

SPI serial flash and DMA transfer

    This topic has been closed for replies.

    3 replies

    tomajdo
    tomajdoAuthor
    Associate
    May 17, 2011
    Posted on May 17, 2011 at 14:03

    Thankyou for answer, I have corrected this mistake but without any changes :(

    domen23
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 14:03

    //interrupt routine DMA1Ch3 Transfer Complete

    void V_SPI_FLASH_DMA_DataTransferCH3Complete(void)

    {

      DMA_ClearITPendingBit(DMA1_IT_TC2);

    DMA1_IT_TC3?

    parun.raj9
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 14:03

    Hi tom.f,

    were you able to find a solution to this problem.

    I am seeing a similar problem with my system, where at random, values read from the SPI flash using DMA are zeros.

    To be more specific, I have a flash file system and when a file is readout, sometimes there is a block of zeros in the read out data.I know that the file data in flash is good and the read will be successful if I try to read again.