• 2 separate HEX files
    I'm using the Keil C51 compiler for my project. I need to create 2 separate code areas: one for on-chip code and one for off-chip (EEPROM) code. I want to locate some functions on-chip (for speed) and...
  • How to separate C51 library
    Our project consists of firmware and application, which are stored in different memory--rom & otp. So the firmware part shall not be changed while application can be developed further on. Now for firmware...
  • Thousand separator in printf
    Hi, I want to do something like this printf("The number = %d\r\n",1000000); And I want it to show as The number = 1000,000 but I get The number = 1000000 also I have tried to use setlocale...
  • Using two separate NCONST regions
    I am using C166 (V4.7 I think) and am developing an application where I would like to use two separate NCONST regions. Currently there is one at 0x80000 and I am using the large memory model where DPP0...
  • One application in separate HEX files
    Hello! I have application which consist of main function and some ancillary functions with mathematics, FLASH service and SPI communications(they are in different *.c files). My task is to separate my...