• Place values in X location in ROM
    Hi guys, In order to test out some bootloader code, I'm wishing to place some fake values in another location of flash ROM. I've created a second ROM region in uVision: IROM1 0x0 to 0x1FF...
  • Place values in X location in ROM
    Hi guys, In order to test out some bootloader code, I'm wishing to place some fake values in another location of flash ROM. I've created a second ROM region in uVision: IROM1 0x0 to 0x1FF...
  • 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...
  • 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...
  • How to make an absolutely placed library for mask ROM memory
    Hi experts, we wanna put a mask rom memory in our system, so I need to move parts of our code (API funcitons/const data) into this ROM as library, that is, the main application put at other RAM/ROM can...