I am using the semihosting library with file support and a JLink debugger for an iMXRT1064 project.
I can fopen a file for write just fine if I use an absolute path e.g. "C:\\MyProject\\my_log.csv".
As I am working with others, it would be nice to use a project working directory relative path.
If I use a path with just a filename in fopen e.g. "my_log.csv", the file appears to open and fprintf looks to work. However the file can't be found in any obvious location on my PC. Where would such a file be written to by default? Is there perhaps a project setting for the default working folder that I have missed?
Thanks,
Bill