• Functions initiated in RTL.h
    Hello, I am trying to read data from a UDP socket using the function udp_open & udp_get_buf using the header file RTL.h provided in the keil. Where do i find the definition of these functions ? I mean...
  • Keil5 cant locate rtl.h, but generates hex file
    After getting the new keil5 MDK, i compiled the code developed in keil4. (the legacy package has to be installed to achieve the reverse-compatibility). everything seems to be working fine, except...
  • 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...
  • 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...
  • Seperate Hex file creation
    HI i m using 80c52 with external ROM for my project. I hve three external ROM with adress ROM 1 0x0000 to 0x1FFF ROM 2 0x2000 to 0x3FFF ROM 3 0x4000 to 0x5FFF Now i need to burn my code on...