• 512k xram & simul
    Hello, I need to simulate my application with 512kB RAM conected to 8052. Highest address bits are connected to port1. How I must configure uVision to work with this. Thank. Roman
  • Limited to 64k in Contiguous Mode (512k)
    I'm attempting to configure a Dallas 5000 series chip to work with 512k of external memory in "contiguous mode". Here are my memory classes, hopefully indicating a 1k spot (for my stack!) and a code...
  • What is download file limit for 512K internal flash
    Hi All, I have a simple question regarding the download file limit on STR912FAW44 which has internal 512Kb flash memory. After compiling the C code using Keil MDK, two download files are generated...
  • Program too big to fit
    We have a embedded software project running on 80C51. We meet tight code size issue to fit in 64KB. We wants to use optimize option in C compiler. But when we add ot(6,size) in makefile, the DOS promopt...
  • hex file and code banking
    My code size is above 64k so now I need to do code banking. Using the Cygnal IDE I fit my .OBJ files in banks 0, 1, and 2. Don't need bank 3 yet. My question is, after I compile I get a an executable...