• AT89c51cc03 HEX file creation
    Hello, I'm using the AT89c51cc03 microcontroller and i've compiled a program that i would like to write to it using FLIP from atmel. But i need to create 2 HEX files, one for the flash and one for...
  • Problem with HEX file creation option
    Hi, I am currently having this problem with µvison 3 , the "create HEX file" option is disabled in my target options. I am trying to get the hex file of a demo which should be build with the ARM...
  • File Creation using USB
    hello, I am doing usb_host using LPC3250 in my project. for that i am using example code given in keil example (MSD_FILE) code. Using this code I am able to format the pen drive. But not able...
  • seperate load and execution region for LPC24xx project ...
    Hi everyone, I have a need to store my program in the internal flash memory of the LPC24xx but execute the code from RAM. I tried to use scatter-loading. The problem is that I cannot get my complete...
  • Library Creation
    Hello people, I have a created my project as a Library File by selecting Options for Target --> Output ---> Create Library . Now the purpose of Library is to hide away the Source Code from the Customer...