Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540

Discussion Groups

Discussion Groups | TMS320C54x | Can CCS 3.1 read data from excel file ?

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

Can CCS 3.1 read data from excel file ? - daya...@yahoo.com - Mar 19 6:49:27 2008



Hi,

I want to read data from an excel file using C program in CCS 3.1, can it support that ?
Thanks.

REgards,
Dayah

------------------------------------

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: Can CCS 3.1 read data from excel file ? - Jeff Brower - Mar 19 8:13:55 2008

Dayah-

> I want to read data from an excel file using C program in CCS 3.1,
> can it support that ? Thanks.

Yes but you have to do some work.  You can use standard file I/O to access the file,
then you have to parse the Excel file format to extract your data.  Suggest to put
any file I/O code into main() function, before real-time code runs (i.e.
initialization only).

-Jeff

------------------------------------

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: Can CCS 3.1 read data from excel file ? - Jeff Brower - Mar 19 12:42:25 2008

Dayah-
> Can you give me some exmples from any sources or documents about how to read this
> excel file ? Thanks.

How to read Excel files is not a DSP-specific question... but anyway here is some
info on Excel file format:

  http://sc.openoffice.org/excelfileformat.pdf

-Jeff
> Jeff Brower <j...@signalogic.com> wrote:
>
>      Dayah-
>
>      > I want to read data from an excel file using C program in CCS 3.1,
>      > can it support that ? Thanks.
>
>      Yes but you have to do some work. You can use standard file I/O to access
>      the file,
>      then you have to parse the Excel file format to extract your data.
>      Suggest to put
>      any file I/O code into main() function, before real-time code runs (i.e.
>      initialization only).
>
>      -Jeff
>



(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: Can CCS 3.1 read data from excel file ? - dayah nuru - Mar 19 15:47:42 2008

Hi,
   
  Can you give me some exmples from any sources or documents about how to read this excel file
? Thanks. 
   
  Regards,
  Dayah

Jeff Brower <j...@signalogic.com> wrote:
          Dayah-

> I want to read data from an excel file using C program in CCS 3.1,
> can it support that ? Thanks.

Yes but you have to do some work. You can use standard file I/O to access the file,
then you have to parse the Excel file format to extract your data. Suggest to put
any file I/O code into main() function, before real-time code runs (i.e.
initialization only).

-Jeff

------------------------------------

Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467



(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )