• Problems with storing data in ROM & lockups
    Hello, I have data structures of the following type const void * testpanel_pointers[][4] = { { "Status", NULL, NULL, NULL }, { "Configuration", NULL, NULL, NULL }, { "Self Test", NULL, NULL,...
  • Large Lookup Table -- Can't Store in ROM?
    Hi, I'm wondering if I am doing something wrong here. I am trying to store an array for a large 256 byte look-up table. I have a pretty small 8051 MCU of 8 KB flash memory (IROM), 256 bytes internal...
  • Storing large LCM bitmap data in ROM
    Hi, As we knowed, a classsical 8051 supports a maximum of 64K bytes of code space. When we have a large const data about screens( more than 64K bytes) and like to store them in ROM, which way of we...
  • 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...
  • coding variable to specific ROM location
    Hi Friends, I am using Phillips 89v51RD2 and i wish to code variables into specific memory address location inside the ROM of 89v51 as my application demands. Is it possible to do so?? If yes please...