• Production Programming
    Is this "Production Utility" available? Has the future arrived? ----- Email sent to Keil on 4/6/07 ----------------- I'm using the Keil ARM Compiler and the ULINK for code development using the...
  • Incremental encoder
    I am in possession of an incremental encoder, mounted on the shaft of an electrical machine. The encoder gives 1000 ppr. From the manual I read that it was a good idea to configure timer 3 in incremental...
  • Is increment uint32_t atomic operation
    Hi, I have CMSIS RTOS thread increment uint32_t variable. Other thread is reading uint32_t variable. Do I need to use mutex to protected these read and write. Can I use any better way...
  • never, ever increments
    a very, very odd thing.... #define BUFFER_SZ 64 unsigned char sBuf0tail; sBuf0tail = ((sBuf0tail + 1) % BUFFER_SZ); .. this increments a circular buffer index just fine. #define BUFFER_SZ 64...
  • Increment '16bit' register on XC866
    Using: Infineon XC866 Keil uvision I would like to increment the PWM duty cycle on the Infineon XC866 with 5% up or down depending on an external interrupt. The 2 registers one sets up for the...