Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Preventing buffer copies in SPI API: (1 Item)
   
Preventing buffer copies in SPI API  
I noticed that the SPI API provides both spi_xchange() and spi_dma_xchange().  Ideally I would like to read/write the 
buffers directly from application memory. While I don't have DMA enabled, could  spi_dma_xchange() be used in my 
hardware interface to prevent the buffer copy from occurring?  If so will the dma_xfer function have access to this 
physical memory or am I limited to the ISR?

Thanks,
Devan