• 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...
  • 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...
  • 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...
  • 2 separate frequencies
    Hello! I have a problem, and no idea how to solve it. Maybe someone can help me? System: 80C537, 12MHz Problem: I have to generate 2 separate frequencies, that have to be changed independently...