• 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 =...
  • Concurrency constructs or other constructs enabled through the following standard library headers are [ALPHA] supported:
    I have checked the header files of the compiler V5. The headers <chrono>, <mutex> etc are in comments. Is there any version of the comiler which has a complete imlementation of : • <thread> • <mutex...
  • How to construct xdata memory map from symbol table?
    I would like to construct an xdata memory map for debugging purposes, but it seems that the LX51 MAP file does not contain enough information to do this. What I would like to do: 1. Take the symbol...
  • Constructing an arbitrary-frequency NCO/DDS waveform generator with CMSIS-DSP
    Hi all, I've been looking into this challenge for a couple of days, I figured now would be a good time for me to ask some questions on a forum like this. I have done some C++ programming in the past;...