Hello,
I try to do data transmission through QN9080cdk using SDK example in MCUxpresso: "qn908xcdk_wireless_examples_bluetooth_private_profile_server_bm". I works fine, and USB dongle get data well. Now I want to change the sending data to in my PC file.
Default in SDK: tx_data[]

Now I want to read ".txt" or ".csv" file in my PC and send it wirelessly. So, I try to use fscanf() function in <stdio.h> or <stdlib.h>but it does not work. (of course I #include .h file)

The error message is below...


I check that fopen() and fclose() works fine, only fscanf() makes that problem. Almost similar function like fgets(), fprintf(), fputs(), etc... are all not working. What is the problem? Is it really a semihosting problem? How can I solve this problem or is there any other way to read or write files in my PC through MCUxpresso and send it wirelessly?
p.s. I have already read below NXP community questions similar with mine, but those are not helpful in my case.
Thanks,