• 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)...
  • Showing All Build Errors with C51
    How can I get the c51 compiler to show all the build errors when I compile. When I compile it will only show me a few errors. After I fix the errors I re-compile and it show me a few more, etc I would...
  • list of Warnings
    Hi, When comiling my source I get following warning : warning: #546-D: transfer of control bypasses initialization of: I have this warning in a switch statement. Where can I find a complete...
  • TIM7 CNT REGISTER doesn't show anything but zero's
    Hello everyone, I have had this issue for a long time and just can't over-come it. I've searched and search the reference material, but have no luck. I have a stm32f303 and a Keil uVision 4...
  • Understanding Output Listings
    I am working on a project with an 8k code space limit (Only using the internal flash of the analog devices ADuC824). I have had some success decreasing the code size by eliminating library routines...