• intrnsic fuction
    hi.....what this function performs _CONFIG...... is this an intrinsic fuction in keil IDE
  • Is it mistake to force PC to specific address?
    I want to make mechanism to force my processor (LPC2378) to do one program if some flag is set and to do another if that flag isn't set. But that two programs may have functions with same name and I want...
  • how to force constants into hconst
    I am having a bit of a problem with constant arrays on the ds80c400 i.e. char y[] = {1,2,3,4}; Note: the ds80c400 has a 16M contiguous memory map. example 1: in the following code the array is...
  • Linking Functions at Specific addresses
    I need to Link Functions at Specific address I have 5 functions that i want to go into 0xFA00 ONWARDS I am using uvision2 and 0xFAOO onwards is a part of flash that will not be erased I can...
  • Setting a segment at specific address
    Hello I am trying to define a segment of 259 bytes at a specific address in my XRAM. I am using assembly and I am doing the following: PROG SEGMENT CODE STACK SEGMENT IDATA DOWNLOAD_BUFFER SEGMENT...