Problem trying to write to the microSD using DMA

03 Nov 2014

I'm trying to write to a file called "Canal1.txt" in my microSD. I'm doing it using DMA. I write the string src using config and then the string buffer using config2, but when I try to write the string src again using config one it just doesn't happen

This is what I get in "Canal1.txt": TEST TEST TEST 1 2 3 4

Do I have to reset the configuration or something?

This is the program

/media/uploads/botara11/captura_de_pantalla_2014-11-03_a_las_19.50.51.png /media/uploads/botara11/captura_de_pantalla_2014-11-03_a_las_19.51.44.png