• Is it possible to partially initialize a struct?
    Hi, my question is to ask whether or not it is possible to partially initialize a struct in C language with Keil C166 compiler. According to C syntax [1], it should be possible to do things like...
  • Build is not doing incremental/partial build
    Hello, I'm pressing the build button and hoping to do an incremental build, but uvision keeps rebuilding all projects files. I assume it's related to the fact that it's cleaning & deleting all the intermediate...
  • Partial Filtering on CAN RL-ARM library
    Hi, How can I use CAN Bus acceptance "partial" filtering with the RL-ARM library for LPC2478? I know the use of CAN_rx_object (0, 0, 0x21, STANDARD_FORMAT) function that could be perfect but it...
  • T89C51CC01, partial flash of some variables, address?
    Hello, i am using the AT T89C51CC01 and due to the size a put some static variables in the flash ( i.e. unsigned char code variable[100][100]=...) Some of these variables are just for configuration...
  • New version of uVision doesn't partial-compile (arm cortex M3)
    I just upgraded to uVision V4.53 and found that "build target files" re-compiles EVERYTHING (for one of my projects, this takes a full minute). Previously, this would only happen if I pressed "rebuild...