• Run length encoding
    Hi, I've been recently playing around with file compression and encryption. Ikakjha js azY.
  • The length of struct
    Hi, I define a struct like below: typedef struct { unsigned type :6; unsigned delete :1; unsigned mask :1; }UnitType; I think the length of this struct is 1 byte, but to my surprise,...
  • How to use variable length array in keil
    I want to port an opensource project using winavr to keil mdk, but keil throw warning: #1271-D: variable-length array field type will be treated as zero-length array field type And when I debug in...
  • connection length - timing between uc and flash
    How could I calculate the maximal difference between the shortest trace and the longest trace (connection between a microcontroller and a external flash memory)? Which signals should be equal in...
  • run pwm during interrupt
    Hi every body i am using an LPC-1768 MC to run a pwm. every thing works good. but when a non-pwm long-time (500ms) interrupt occurs, the pwm doesn't work. is there any trick or setup to continue running...