I currently have a BeagleBone Black that I am capturing data from a sensor through the AM335x's PRU. Now I need to save this captured data to some sort of external removable memory, ideally the integrated micro sd slot. It seems feasible according to Page 1366 of the Sitara Technical Reference Manual. Ultimately I just want to dump the data as a binary file. If I create a clock from PRU1 and enable the chip select and write to Data 0 will this work? Is there some example code that I could work with to do some of these functions?