TI CCS problem: file operation

Status
Not open for further replies.

davyzhu

Advanced Member level 1
Joined
May 23, 2004
Messages
494
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,298
Location
oriental
Activity points
4,436
Hi all,

I always work on VC and now I want to port my code to TI CSS.
I read the CCS manual, and confused with file operation.

I want to read data from a virtual data source. And write to another virtual data file.
Does TI CCS support standard C file operation like "fopen" and "fread" and "putchar"?

Any suggestions will be appreciated!
Best regards,
Davy
 

I've used "fopen", "fgetc" and "fclose" without problems.

The use of that library is well doccumented in CCS.

You can insert data from a file into your DSP and viceversa, but transfer speed will depend on PC speed and emulator. Perhaps you will not reach real time opperation.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…