• AT91 HID problem
    Hi, i am currently trying to implement a USB HID device my at91sam7s64 chip and is having difficutlies. I am using keil uVision3. While i understand that theres is already some codes posted on the...
  • ATMEL SAM9 problem
    If select AT91SAM9261. In "Options->c/c++->Compiler control string",--device DARMATS.This is same as select AT91SAM7. I think mustbe "--device DARMATS9".
  • PWM at the AT91
    Hello, I want to generate a PWM signal for two leds on my at91rm9200 board. But I need some helping information to get it to work. void init_LEDs(void) { AT91C_BASE_PIOC->PIO_OER = AT91C_PIO_PC0...
  • At91 ethernet - can't receive
    Hello, I'm trying to work with the eternet at the AT91RM9200 - but until now I'm not able to receive any packets... I don't know why it is not working - I can read the PHY registers - that's...
  • USB HID
    Dear Sir, I would like to have your favor in order to configure my USB HID for LPC2368. I can send data to host (PC), but i don't know how i can receive data from host. I send data in EP1 and also receive...