Search the web
Sign In
New User? Sign Up
AT91SAM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3160 - 3189 of 4113   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3160
I got it to work!!! I was on the right track all along but I only stumbled on the answer. Apparently the TCL commands that I was sending to try and start the...
Ryan
dasoberdick
Offline Send Email
Jan 1, 2008
10:56 pm
3161
Hi, In the AT91_SPI_ CSR[0] Reg. I set(AT91C_SPI_CSAAT & (0x0 << 3)). I'm expecting the chip select active after tranferred, but don't see it going high at...
tranglan81
Offline Send Email
Jan 4, 2008
5:04 am
3162
There is a setting to keep the chip select active or not after transfer. Read over the register definitions in the datasheet. To: AT91SAM@yahoogroups.com From:...
HENK VISSER
pacific_beac...
Offline Send Email
Jan 4, 2008
7:38 pm
3163
On 12/30/07, Trang Lan <tranglan81@...> wrote: > Do you have an example in C? I'm not familiar with assembly language. No, sorry. I don't know how to...
Matt Andrew
MZAndrew
Offline Send Email
Jan 7, 2008
7:58 am
3164
Hi, If you are using IAR EWARM then you can find in lowlevel.c file for the initialization code in C. Cheers SNR...
snrao007
Offline Send Email
Jan 7, 2008
10:34 am
3165
Or else you can find in Cstartup_SAM7.c for SAM7x processor. Cstartup_sam9.c for Sam9x processor ... for...
snrao007
Offline Send Email
Jan 7, 2008
10:35 am
3166
hi i am stuck up with the problem i am compiling kernel linux2.4.35.5 in the yagarto ide(gnu tool chain) i am now working in x86 mechine windows platform the...
rohith S
rohith_ncet
Offline Send Email
Jan 8, 2008
9:37 am
3167
HI Mark, thanks for the reply. I am using AT45DB011 SPI dataflash which is interfaced with AT91SAM9263. I have followed the steps as per SAMBA scripts. 1....
snrao007
Offline Send Email
Jan 8, 2008
11:57 am
3168
Apparently, the compiler cannot find the file "mman.h" Probably, the rest of the error originates from this. Best regards Bekir ICLI ...
ICLI, Bekir (EXT)
bicli84
Offline Send Email
Jan 8, 2008
1:27 pm
3169
Hi all, I've been reading the AT91SAM9260 doku for sometime now, and waiting to receive the devkit for a hands-on start-up. All this time I've been asking...
ICLI, Bekir (EXT)
bicli84
Offline Send Email
Jan 8, 2008
3:20 pm
3170
This is common for the whole ARM family. Many registers work on a "write a 1 to enable" or "write a 1 to disable" basis. This way you get atomic operations...
microbit_virgin
forum_microbit
Offline Send Email
Jan 8, 2008
3:38 pm
3171
The PIO of the AT91SAM family usually has 3 registers for its functions. if you set a bit in the 'outout enable register' (write-only) the corresponding pin...
saiberion
Offline Send Email
Jan 8, 2008
3:40 pm
3172
Thanks for both answers, I didn't know that writing a "zero" has no effect :) These explanations helped a lot.. Mit freundlichem Gruß / Best regards Bekir...
ICLI, Bekir (EXT)
bicli84
Offline Send Email
Jan 8, 2008
3:48 pm
3173
Hi, Bekir, The answer is that they use an architecture for PIO that I find very nice. In addition to being able to write a register directly, you also have...
twgbonehead
Offline Send Email
Jan 8, 2008
5:30 pm
3174
... You have a bit more reading to do. The Atmel ARM device peripherals generally don't have registers that you directly read/write. Instead they have...
techguy2000
Offline Send Email
Jan 8, 2008
5:41 pm
3175
Narasimha, There are a couple of things that could be wrong. First, please note that SAMBA-Boot is NOT looking for raw binary data in the dataflash. It is...
twgbonehead
Offline Send Email
Jan 8, 2008
5:55 pm
3176
Mark, I am not using dataflash card. It is 8-pin SOIC. The same SPI dataflash you can see in at91sam9261-ek board. After programming the dataflash using SAMBA...
narasimha rao
snrao007
Offline Send Email
Jan 9, 2008
3:15 am
3177
Hello, I am looking for a motherboard having the ARM chip supporting Linux kernel 2.6, UART, must (2) Ethernet ports. I have found such motherboards but it has...
S.Mujtaba Ahmed
programmer316
Offline Send Email
Jan 9, 2008
5:35 am
3178
Narasimha, Whether you are using a chip on the board or an external dataflash, the issue is the same. You cannot just blast your application into the memory,...
twgbonehead
Offline Send Email
Jan 9, 2008
1:13 pm
3179
hi, i am using AT91SAM9260 EJ. i need information on US3_IF register i want to perform a IrDA communication i am using 100MHz and baud rate 115200kb/s can...
Mahesh
mri158
Offline Send Email
Jan 9, 2008
1:14 pm
3180
... Hi, First of all you should try to compile a kernel from this century :) Seriously, throw your 2.4 kernel sources away and use 2.6 Secondly, you can not...
Caglar Akyuz
e124373
Offline Send Email
Jan 9, 2008
1:33 pm
3181
... Or a loopback device. ... -- 42Bastian Note: SPAM-only account, direct mail to bs42@......
42Bastian
bastian42
Offline Send Email
Jan 9, 2008
2:03 pm
3182
The problem with a loopback device is that you have to manually set the size parameters (disk size, sector size, etc) which is soooo easy to mess up. I figured...
twgbonehead
Offline Send Email
Jan 9, 2008
3:20 pm
3183
Hi all, I would likw to know if someone here is working with a rm9200. I know this is not an SAM device. I just finished a custom board build with this device...
Jonathan Dumaresq
dumarjo
Offline Send Email
Jan 9, 2008
4:13 pm
3184
... I did a custom design with the RM9200 and implemented ethernet, USB device, RS-232 (3 ports) and a GPIB interface. I used SDRAM and flash, both parallel...
Alexander Whiplash
alexander_wh...
Offline Send Email
Jan 9, 2008
4:56 pm
3185
Good, I thank you for your input. Can I ask you what is the tool (compiler, jtag interface/server) you use for doing you test ? Do you know a good web site...
Jonathan Dumaresq
dumarjo
Offline Send Email
Jan 9, 2008
5:09 pm
3186
... I use the IAR embedded workbench, and embOS from Segger. I use J-Link USB to JTAG interface for programming and debugging. IAR and embOS both have example...
Alexander Whiplash
alexander_wh...
Offline Send Email
Jan 9, 2008
5:32 pm
3187
http://www.embeddedarm.com/epc/ts7300-spec-h.htm ... http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ...
John
stimey_mn
Offline Send Email
Jan 10, 2008
12:41 am
3188
Dear Sir/ Madam, I need assistance to configure MAC address using bootloader. My Platform Details ... Architecture - ARM9 kernel - linux-2.6.23 ...
janardhan@...
Send Email
Jan 10, 2008
4:55 am
3189
... If I were you, I would start with u-boot. Because: [1] It's readly avaliable for rm9200. [2] It has drivers avaliable for ethernet, serial, NAND, NOR, etc....
Caglar Akyuz
e124373
Offline Send Email
Jan 10, 2008
7:59 am
Messages 3160 - 3189 of 4113   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help