• 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...
  • fully static operation
    Please anyone explain me what does it means by "fully static operation" in datasheets of any microcontroller.
  • Array with Fully-Bracketed Initializers
    Following on from this discussion: http://www.8052.com/forum/read.phtml?id=84814 Keil C51 v7.50 rejects the following: char key_tbl[][] = { { 4, 3, 2, 1 }, // row 0 { 8, 7, 6, 5 }, // row 1 ...
  • CMSIS++ RTOS: fully functional reference implementation
    Overview CMSIS++ , or rather POSIX++ , is a POSIX-like, portable, vendor-independent, hardware abstraction layer intended for C++/C embedded applications , designed with special consideration for the...
  • Reading Flash memory of LPC1768!!
    Dear all Hi, I have been posting some threads about IAP programming lately and the discussions helped me a lot. There is just one problem left. Suppose that I want to write two variables x and...