• Lost
    I just got the v4 of Keil. I am programming with a 8 bit 8051 micro controller. I was wondering if there are any good books or materials that will help me understand programing alot better. I look at...
  • Bits lost while receiving serial data
    This is in connection with my old post http://www.keil.com/forum/20496/ I got great help here. Now I can read serial bit stream into a 32bit long, split it in 4 bytes & after some conversion can...
  • sending of event while UART2 interrupt
    Hi All! We made a communication via UART2 using two functions: 1. Tx_task - who prepares the frame and initiates the transmission; 2. UART2 Interrupt Subroutine (on reception only) - in which we send...
  • USB HID IN and OUT report when noting to send/receive
    Hello, I am useing a AT91SAM7 microcontroller with Keil Realview compiler and USB HID. My code is based on the example code of the Atmel SAM7-EK Board. Does anybody know what to do, when the...
  • Mailbox send & receive sync
    Hi, I have a code for USB mass storage device on atmel AT91SAM7SE512 target. The code is based on Keil\ARM\Boards\Atmel\AT91SAM7X-EK\RL\USB\RTX_Memory . When connecting my device to a PC and...