• Placing variables in ROM
    I'm targeting a STM32. How can I define a large array of data in ROM? Also, is it possible to somehow "attach" a HEX file to a project so that when the project is loaded into the target...it automatically...
  • place heap in external location
    Has anyone been successful in setting up the Keil tools and changing the Startup.s file to place the heap in external location (on SD/MMC Card or off-chip memory)? The only reason that I want to...
  • Address of ROM location in 89c55
    I am using 89c55 Micorcontroller for my project. It has 20K flash memory. I want to calculate the checksum value in ROM location. I dont know the starting and end address of Flash ROM Memory, is there...
  • how can I place a constant in flash rom
    Hi,all friends: I declared a constant arry : unsigned char index_htm[1108] = { 0x3c, 0x68, 0x74, 0x6d, 0x6c, 0x3e, 0x0d, 0x0a, 0x0d, 0x0a, 0x3c, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0d, 0x0a, 0x3c...
  • assign a specific rom location to a variable.
    hi all, I am using Keil uvision3 V3.51. With this can i locate a variable in code area of arm(lpc2129) intensionally? can i assign a specific address to a variable located in RAM?? waiting...