• L251 map file symbol table
    Above are found under the "SYMBOL TABLE OF MODULE" section of my generated map file. Question 1 From the L251 user guide it is said that " the first 32 bytes of DATA memory (0x00-0x1F) is grouped into...
  • Construct a byte from bits
    Hello everybody, I am very new to C language. In my project I get data serially from a port pin. I want to save the first 8 bits to one variable, another to second & so on. In all I want to save...
  • How to deal with va_xxx constructions?
    Hello, I have the following piece of code: static void *Circle_ctor( void *_self, va_list *app ) { struct Circle *self = ( (const struct Class *) Point )-> ctor( _self, app ) ; self->rad =...
  • Sparse "switch" construct
    Is there a way to force the compiler to generate a jump table for a sparse "switch" construct?
  • memory mapping
    Hi, Maybe this is not the right forum for this question, but is there anyone who can tell me the correct settings to compile HID-firmware for the FX2? The problem is, I've written some firmware...