• SAM3S peripheral debugging
    Hello, has anybody experienced how to debug peripherals with Keil uVision? The best version so far I have found was MDK 4.11. After this I began to get confused because when I found things from the...
  • How to set the clock frequency?
    So there is no option in the compiler to set the clock frequency of the processor....How will that be handled? Do i need to edit the Makefile?
  • SAM3 micro becomes a bit hotter than SAM7
    I'm trying to replace my AT91SAM7S256 with SAM3S8B micro controller which is sitting on my board. I feel like when I connect my board to USB port and use HID class, my SAM3 micro becomes a bit hotter...
  • Keil USB Driver for Atmel SAM3 OTG peripheral?
    Hi, I am trying to port the USBD_SAM3U.c (Atmel SAM3U, Device only) sample code from Keil to an Atmel SAM3A device. The peripheral changes from a device only to an OTG host. I don't need any host functions...
  • Problem in migration from SAM3S8B to SAM3S(2/4)A
    Hi all, I have this funny yet annoying issue. I was developing a USB hardware, with composite device function (HID+MSD), containing cryptographic algorithm implemented in assembly and a lot of...