Hi!
I’m fairly new with the embedded realm, and I want to learn how to use the SDRAM in the efficient way.
In the examples I see that in order to place some data to external mem one should declare it like float DSY_SDRAM_BSS somedelayline[123]
.
To my understanding I must use some special way to write and read from this data.
I know about existence of the DMA, and see some configurations for it in the lib daisy, but I can not find examples how to use it within Daisy ecosystem.
Can someone provide such example please?