Atmel website | ARM Community | AVR freaks | Technical Support
Banner
 FAQ •  Search •  Register •  Login 

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: To blueland, calimero, QBert, Patrick - can you help me?
PostPosted: Wed Feb 16, 2005 12:23 pm 
Offline

Joined: Wed Feb 16, 2005 12:19 pm
Posts: 4
I need help about AT91RM9200 BSP for VxWorks.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 16, 2005 5:01 pm 
Offline

Joined: Fri Jul 23, 2004 5:05 pm
Posts: 15
Location: sophia antipolis, France
can you be more precise ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 17, 2005 12:25 pm 
Offline

Joined: Wed Feb 16, 2005 12:19 pm
Posts: 4
calimero wrote:
can you be more precise ?


I have some problem:
1. I've the same problem as
http://www.at91.com/www/phpBB2/viewtopic.php4?t=180
(Post subject: receive buffer descriptor of AT91RM9200 MAC can't
exceed 8?) I have SDRAM.

2. Help me with sysPhysMemDesc from syslib.c.
How to describe internal Peripherals (registers).

3. Can you mail me part of code (only network driver)?
I have trouble with packet receiver processing. END_RCV_RTN_CALL - to make exception. I think memory init is wrong. How make it you.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 12:12 pm 
Offline

Joined: Fri Jul 23, 2004 5:05 pm
Posts: 15
Location: sophia antipolis, France
hi,

sorry the code is copyrighted but here is how I describe the peripheral zone
{
(void *) MR9200_PERIPHERALS_BASE, /* virtual address */
(void *) MR9200_PERIPHERALS_BASE, /* physical address */
MR9200_PERIPHERALS_SIZE, /* length */
VM_STATE_MASK_VALID | VM_STATE_MASK_WRITABLE | VM_STATE_MASK_CACHEABLE | VM_STATE_MASK_BUFFERABLE,
VM_STATE_VALID | VM_STATE_WRITABLE | VM_STATE_CACHEABLE_NOT | VM_STATE_BUFFERABLE_NOT
},

for the size just put 1 MB

for ethernet sorry, that was not my part


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 24, 2005 12:31 pm 
Offline

Joined: Wed Feb 16, 2005 12:19 pm
Posts: 4
Thank you for answer!!
MR9200_PERIPHERALS_BASE is 0xf000000 or 0xFFFA0000 (AT91C_BASE_TC0, the least from peripherals)?

MR9200_PERIPHERALS_SIZE is 0x100000?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 15, 2005 5:15 pm 
Offline

Joined: Fri Jul 23, 2004 5:05 pm
Posts: 15
Location: sophia antipolis, France
...
#define SZ_1M 0x00100000
...
#define MR9200_PERIPHERALS_BASE 0xfff00000
#define MR9200_PERIPHERALS_SIZE SZ_1M
...


:wink:


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: