Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | AT91SAM7S256: USB & PWM

There are 1 messages in this thread.

You are currently looking at messages 0 to 1.

AT91SAM7S256: USB & PWM - =?iso-8859-1?q?Jaime_Andr=E9s_Aranguren_Cardona?= - 20:49 05-09-07



Hello,

I am using the basic USB example on WinARM from
http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/index_at91.html#at91_usb1,
namely the AT91SAM7 USB Example 1.


Additionally, I am using PWM mapped to PA0 to PA2, 10kHz PWM, Period
of 4800, Duty Cycles of 1200, 2400 and 3600.


If I comment the PWM part and run only the USB, it runs just fine and
the PC detects the AT91. If I have both PWM and USB running, the PC
does not recognize the AT91 device anymore.


Does someone have any idea why, and how to fix that? Could it be a
matter of noise on the PCB or similar HW issue? Or is it some
register
configuration which I am overlooking?


Thanks a lot.