Question
Is it possible to move data from a text file into the DMA. (in CubeIDE)
I have a text file full of values that I want to send to the DAC via the DMA. Is it possible to get the data through the DMA? I have tried opening the file using fopen and reading in the data to an array, and then passing the array to the DMA, but have encountered issues (not sure if it's because I'm using the IDE, but I keep getting a NULL pointer).
If this isn't possible, what would be the best way to get the values to the DAC?
