• UV2 build all Targets
    Does anyone know how to build multiple targets (>6) in UV2 with a single click (or more easily than change target - build all, change target - build all, change target - build all, etc)
  • Show all FF in hex file problem
    i have install the software and pulg-in the key lock of the keil uVersion 7.0 software. i am generate the hex file larger than 2k. in the generated files, It shows all the data in the file is FF....
  • Deleting .OBJs versus "Build All"
    We're still getting some odd results from the C51 toolchain from time to time. We get different builds if we manually delete all .OBJs than if we tell uVision to "build all". You'd think that would replace...
  • Build errors
    Hello everyone, I just installed A51 keil and have made a small test program and get build errors. I'm sure i have not configured the settings properly so please help me out. My device which i...
  • C51 not shows direct address in listing
    Hi, I use C51 version 9.60a (v9.60.0.0) for Nuvoton N76E003 chip programming. Example of code: //All fields are uint8_t type if ((buttons.Hold & BUTTON_SET)) { if ((buttons.Duration > (uint8_t)...