2023-01-09 02:29 AM
I am fiddling with a STM32WB5M discovery kit.
This kit includes a QuadSPI external NOR FLASH chip and i need to understand this in order to make early design choices.
Could the DMA access that external FLASH memory space?
I didnt try it yet, but my limited understanding of how DMA magic works is telling me it wont work because QSPI is in the way... am i wrong?
is there any way to include external FLASH/RAM thats accessible by DMA?
Solved! Go to Solution.
2023-01-10 12:50 AM
Hmm. According to that picture, DMA1 and DMA2 are connected to QSPI, but not clear does it mean access to only the registers or to memory mapped area too. Just try it ?
2023-01-10 12:52 AM
>>but not clear does it mean access to only the registers or to memory mapped area too
I was wondering the same thing
>>Just try it ?
Thats what im going to do, ill come back with results.
2023-01-10 09:45 AM
Nice, a family specific tutorial
no idea what xip is, sounds cool
jumping to AN4760
2023-01-10 10:01 AM
2023-01-10 11:59 AM
By the way, the STM32WB5MMGH6 is a SoM, not SoC - a system on a module, not a chip.
2023-01-11 02:41 AM
@Piranha got it
2023-01-14 03:11 PM
For a DMA access only to registers would be a terribly useless design... ;)
2023-01-16 12:23 AM
@Piranha would you care to elaborate?
The specific application would be DMA reading a huge buffer from the external flash and driving a TIM PWM (WS2812B led arrays)
2023-01-26 04:37 PM
My post was a response to a post by Pavel. :)