I am using the TMS320F2809 to try and create an external file on my PC. I am currently using the SCI configured as a UART to communicate with my PC. I have written code using fopen and fprintf to try and create a file on my PC filled with data from the microcontroller. I am able to get it to work perfectly only if CCS 3.3 is running, if it is not running then no file is created on the PC. I have tried adding a "device" per spra861 but have not had any success. I don't know if it matters but I am running from flash and use the Signum JTAG Jet to program and debug the F2809. Has anybody had any success with this type of operation?
Jorge