• first project on uvision2 not working.
    I have created my first project and I have included only one file, which is very simple, and here is the contents of it. /*This program demonstrates the use TCON and TMOD SFR. */ #include <REG51F...
  • Using Multiple Processors to Build Projects
    @Bryce Wilkins The build system automatically uses multiple processors available in today's computers. There is not setting required. This is included in the product since MDK v5.16 (Released August...
  • How to make a 32bit multiplication with 64bit result in C
    How to do a 32bit multiplication with 64bit result in C? :-)
  • How avoid multiple includes of one file
    Hi I've split my project in 2 parts while each part is implemented by one. So some includes like <reg51.h> is done twice which resulted in error. So in order to avoid this I did as follows: #if ...
  • Using Multiple Processors to Build Projects - Beta Release
    Hi all, we did a beta release of our next uVision version that accelerates project build by Using Multiple Processor Cores . The version passed all our tests, but the implementation was tricky as it...