• anyone figured this one out
    in a mixed environment I have a common .h which inlude things like #ifdef CCODE struct RALPH #endif so far so good. now this, which, of course does not work: #ifdef CCODE struct RALPH #endif...
  • 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 ...
  • fully static operation
    Please anyone explain me what does it means by "fully static operation" in datasheets of any microcontroller.
  • How to read FLASH MEMORY fully from SAM3S8B
    I used SAM3S8B . I program it by SAM-BA and mostly use my board without any problem. board connected to computer with D+ and D- some command come from computer and the responds comeback from SAM3 to...
  • 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...