• initializing a const derived object
    I would like to put a derived object in const memory and initialize it like in the example code below. it works fine as long as _der_test is not derived from _test, if it is, the I get an error ...
  • const integral values across modules and ROM placement
    Hi, I have the following code: file1.h extern const unsigned char c1; file1.c const unsigned char c1 = 25; file2.c const unsigned char c2 = c1 + 25; According to...
  • Other const in const structure definition
    Hi all, I have a small issue with a definition with arm C compiler regarding constants. In an assembly code I define a constant with : Version EQU 0x01000100 In my main C file I import this...
  • Not able
    pls help... i'm working on LPC1114-FBD/301 series On my board 4 LED's are connected to P0_8, P0_9, P0_10, P0_11. I'v written a sample code toggle them. Only on 8 and 9 port pin LED's are...
  • Not able to compile C files
    Sir/Madam I'm not able to compile the EXAMPLES that is given with the keil product(but im able to do the assembly code not C files).i hav gon through the manuals given with the product.when i compile...