Hi MCUXprsso Team, I want to write a file from the controller to PC when MCUXpresso IDE is running and debugger(JLink/Link2) is connected, It is working fine. when I tried to write through command line where NO Ide is alive it is not happening. Is there any way to write into a file from the controller if MCUXpresso is not alive. I have used All commands for flashing and Reset for MCUXpresso only.
best regards
Chandan
No. File I/O from your ARM target application is done by a debugger servicing semihost calls. Without the debugger, there is no service.
Thanks and regards,
MCUXpresso Support