Tool/software:
Hello
We have fopen() / fprintf() / fclose() - function calls on C7 - working well and outputting data to a file on the debug folder on the PC.
However, we can't get it to work on A53 core. fopen() always returns NULL.
We are thinking maybe this is a problem with semihosting not enabled, what do you think?
How to get fopen() / fprintf() work on A53 ?
Thanks in advance
Guy