Forum Discussion
Altera_Forum
Honored Contributor
19 years agoCompact Flash Card
Hi ecos community, I have a Nios dev board (Stratix edition) running an eCos application that logs data onto a Compact Flash card. My application runs well, but I am trying to improve it i...
Altera_Forum
Honored Contributor
19 years agoThere was a mistake in the second line of code, the correct code is below:
error = cyg_io_lookup("/dev/cfa/1",&cf_handle); // get handle to CF error = cyg_io_get_config(cf_handle,0,xbuf,&len); // call for info, if any