This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52840 QSPI flash performance

1. I am trying to test the QSPI flash performance in nrf52840_DK  ,but the QSPI init failed because of the event ready check,can i turn off the event check process?

2.  I cant found any  configuration  item  about  QSPI easy_dma   in sdk_config.h?what the DMA depth about QSPI easy_dma? is there any easy_dma configuration item in sdk_config.h?

Parents
  • Hi

    1. Why do you want to skip the EVENTS_READY check? This event makes sure that the QSPI peripheral is ready, and I suggest that you make sure it is before running QSPI tasks.

    2. No, there aren't any configuration needed for EasyDMA in the QSPI peripheral as the QSPI peripheral automatically takes care of splitting DMA transfers into page writes.

    Best regards,

    Simon

Reply
  • Hi

    1. Why do you want to skip the EVENTS_READY check? This event makes sure that the QSPI peripheral is ready, and I suggest that you make sure it is before running QSPI tasks.

    2. No, there aren't any configuration needed for EasyDMA in the QSPI peripheral as the QSPI peripheral automatically takes care of splitting DMA transfers into page writes.

    Best regards,

    Simon

Children
Related