EmbeddedRelated.com
Memfault Beyond the Launch

AT91SAM USB to Serial configuration problem

Started by "Staley, Julia" in AT91SAM ARM13 years ago 1 reply

I am trying to get the sample USB Enumeration project (AT91SAM9261) working and wondered if anyone successfully got it working or Has a...

I am trying to get the sample USB Enumeration project (AT91SAM9261) working and wondered if anyone successfully got it working or Has a working version of the driver? I also updated the product ID in main.c to be 6119h not the 0001h that the code came with... When I install the sample 6119.inf I get an error saying it cannot start error code 10.. ; $Id: 6119.inf,v 1.1.2.1 2006/12/05 0...


'9260: EBI difference with and w/o MMU

Started by flashzr in AT91SAM ARM13 years ago 7 replies

I'm using the EBI to communicate with the FPGA. At some point I decided to test it with MMU disabled, and then FPGA didn't work any...

I'm using the EBI to communicate with the FPGA. At some point I decided to test it with MMU disabled, and then FPGA didn't work any more. Reading is OK, but writing has one spurious WR signal. prog: // FPGA registers (only one shown) typedef struct { volatile DWORD a0; } REG_EBI, *pREG_EBI; // put REG_EBI on CS6 address #define REG_BASE (AT91_CAST(pREG_EBI) AT91C_EBI_CS6) //...


Developing Eclipse ARM toolchain for the Linux

Started by piyush in AT91SAM ARM13 years ago 3 replies

Hello to all I have Ubuntu 10.04 linux installed on my Desktop PC and I have an ARM development board for the development of applications for...

Hello to all I have Ubuntu 10.04 linux installed on my Desktop PC and I have an ARM development board for the development of applications for the ARM processors and testing the application on the ARM board. I searched all the net and what I have got is either the commercial SDK for the ARM or the open source free developement tools for the ARM that also for the windows and not for the linu...


Hi from new member, with VCC risetime question for the SAM7S

Started by David V in AT91SAM ARM13 years ago 1 reply

On the AT91SAM7S, can the VCC risetime be slower than that of Vcore? The data sheet implies this, but does not actually state it. I'm...

On the AT91SAM7S, can the VCC risetime be slower than that of Vcore? The data sheet implies this, but does not actually state it. I'm fighting a problem that appears once in a great while, where it appears that the CPU fails to boot. We've identified VCC rise as an issue, TST tied to GND with 1k (changing that to 0 ohms ASAP). ------------------------------------


Problems running sam-ba_cdc (2.10) under Win7 64bit

Started by Paulo Franco in AT91SAM ARM13 years ago 4 replies

Hi guys, please help me out here. I have searched up and down and, for the life of me, can't find anyway to run SAM-BA under Win...

Hi guys, please help me out here. I have searched up and down and, for the life of me, can't find anyway to run SAM-BA under Win 7 64bit. From all I've read, I should be able to select "COM1", which is the port the Window's CDC driver is assign to my SAM7S256-EK board when I connect it, select the board from the list provided and be able to reflash it. However, I am getting the msg "F...


USART0 AT91SAM7S-EK

Started by drag...@gmail.com in AT91SAM ARM13 years ago 2 replies

Hello there! I've been working on my new AT91SAM7S-EK and the USART0. I'm following the AT91SAM7S256 Serial Communications tutorial from James P....

Hello there! I've been working on my new AT91SAM7S-EK and the USART0. I'm following the AT91SAM7S256 Serial Communications tutorial from James P. Lynch and i've had some problems to make it work. To connect my board with the computer and send/receive data, i used an USB/serial cable (pl2303) and the program "realterm". To see where was the problem i ran the next tests: 1.- Channel mode normal. ...


AT91SAM7S-EK (AT91SAM7S256) SPI Problems

Started by basi...@hotmail.com in AT91SAM ARM13 years ago 3 replies

Hi there, I have no experience with SPI so I am coming across problems. I have looked at other example codes and the general initialisation...

Hi there, I have no experience with SPI so I am coming across problems. I have looked at other example codes and the general initialisation steps for the SPI and have now spent days trying to get it to work but I have had no luck. Basically I have the AT91SAM7S-EK development board and I have put on a FM25CL64 NVRAM chip which I want to communicate to the board via SPI. Below is my Initiali...


Reg:AT91SAM9263 UART RECeiver and transmitter

Started by "just.rish" in AT91SAM ARM13 years ago 13 replies

I have to operate UART receiver such that the program not waits to read the uart but when RX_ready signal turns high it should genrate an...

I have to operate UART receiver such that the program not waits to read the uart but when RX_ready signal turns high it should genrate an interrupt which calls a subroutine and exits the normal sequence of the program receives receives the character and then exits the subroutine the executes the program normally Please reply if anybody could help..... ------------------------------------ ...


Setting PIO pins.

Started by Phill in AT91SAM ARM13 years ago 6 replies

Hi there, I've just started playing with ARMs, having just bought the AT91SAM7S-EK. I've done some simple LED flashing programs and hav got...

Hi there, I've just started playing with ARMs, having just bought the AT91SAM7S-EK. I've done some simple LED flashing programs and hav got Chan's FatFS running on the board having soldered on a SD/MMC connector. However now I want to try and interface the ARM to another micro through a buffer chip so that I can use the ARM as a SD/MMC controler. I have looked at the datasheet and done so...


Re: GPIO interrupt edge triggering

Started by pana...@yahoo.com in AT91SAM ARM13 years ago 1 reply

Hi dear friend, I'm working on linux2.6.30 kernel for At91sam9261-ek like board, in our board we have connected the irq pin of ads7846 to a...

Hi dear friend, I'm working on linux2.6.30 kernel for At91sam9261-ek like board, in our board we have connected the irq pin of ads7846 to a gpio(PIN_PA22) instead of IRQ2(PIN_PC2), therefore we have encountered a problem in the kernel for activation of gpio interrupt instead of IRQ. My question is, How can I redirect the interrupt routine from IRQ to gpio? Also I have done the following m...


Ask a Question to the EmbeddedRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright


Memfault Beyond the Launch