How to store a text file in Nucleo?
I am using a Nucleo F429ZI. I have noticed when I plug it in via the debugger, my computer treats it like an external drive (which it calls NODE), where it seems I can store stuff. Is it possible to store a text file in this space generated from my program? For example, right now I am using the fopen() function to create a text file (with no reference to a directory) and it is saving to the project folder in my computer (I believe through semihosting). Is there a way I can save it into the Nucleo's memory space instead. I have seen suggestions about using a FatFs but I wasn't sure if that's the same thing or if there were other ways.
