Forum Menu




 


Log in Problems?
New User? Sign Up!
AVR Freaks Forum Index

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
dcreel
PostPosted: Oct 19, 2007 - 04:53 PM
Rookie


Joined: Nov 22, 2002
Posts: 49
Location: Atlanta

I just wanted to point out that the fsaccess open() method uses a hard-coded drive, which means you can only use fsaccess with the dataflash. See below

Code:

int open(const char *pathname, int flags, ...)
{
...
// select dataflash
  nav_drive_set( LUN_ID_AT45DBX_MEM );
...
}


It seems a bette choice, considering the flexibility provided by the CTRL_ACCESS service, would have been to pass a parameter with the LUN ID to this method.

It looks like I will have to write an identical method with this parameter, so I will post it here later.

Where would I go to recommend changes to the software framework such as this one?

===>DavidC
 
 View user's profile Send private message Send e-mail Visit poster's website 
Reply with quote Back to top
cboulang
PostPosted: Oct 22, 2007 - 10:59 AM
Wannabe


Joined: Jun 26, 2007
Posts: 72


Hello dcreel,

Quote:
Where would I go to recommend changes to the software framework such as this one?

Most probably on Atmel's hotline : avr32@atmel.com or [url]support.atmel.no[/url]

cbo.
.
 
 View user's profile Send private message  
Reply with quote Back to top
dcreel
PostPosted: Oct 22, 2007 - 02:57 PM
Rookie


Joined: Nov 22, 2002
Posts: 49
Location: Atlanta

Thanks. My coworker already found them there and we are now working with them on issues with the beta SD card driver.
 
 View user's profile Send private message Send e-mail Visit poster's website 
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits