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...
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...
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:...
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...
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...
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....
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...
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...
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...
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...
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...
... 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...
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...
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...
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...
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,...
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...
... 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...
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...
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...
... 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...
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...
... 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...
Dear Sir/ Madam, I need assistance to configure MAC address using bootloader. My Platform Details ... Architecture - ARM9 kernel - linux-2.6.23 ...
janardhan@...
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....