Tool/software:
In the CCS debugging environment, what is the specific operational procedure for using the fopen function to open a bin file on the development board? Currently, it is known that using fopen to open /mnt/data.bin actually accesses the file on the computer side. If the goal is to open the data.bin file located in the /mnt directory on the development board(TDA4VM), how should this be done?