Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top