• looking for ARM usb bootloader
    Hi people, I'm willing to start to learn arm. I have bought the board : I have made some tests loading the code in flash using the compiler. Is any bootloader available in order to send the code...
  • Looking for C161U USB firmware examples
    I'm writing firmware for a C161U microcontroller to communicate over USB. I've used the DAVE tool to get started. But, DAVE only generates code for endpoint 0 transmit (so that it can implement the standard...
  • Looking for efficiency
    I am using small memory model and I need to write data to an absolute memory location (0xC002), so I'm using the MVAR macro: #define DISPLAY_DATA MVAR(unsigned char, 0xC002) void main(void) { DISPLAY_DATA...
  • Simple Question
    What does the following mean? #pragma src #prgma OT (8) Thanks
  • simple assembly
    new to keil . help me how to write a simple assembly and c program and how to watch it the result in keil simulator