• RAM, ROM and runtime calculation
    Hi, How can i compute the ROM, RAM size and runtime consumed by a function in C. For example: void main() { ... f(); } f() { ... ... } How can i compute the RAM, ROM and runtime...
  • AT89S8252 with internal ROM and RAM
    Hi. I'm trying to get started in 8051 programming with this Atmel chip and Keil uVision2 (Eval version) I'm new in programming microcontrollers. I'd like to make it simple and use internal FLASH and...
  • Mixed Display
    Is there anyway to view the assembly instructions produced in a C source file window instead of the disassembly window???
  • bank switching to expand ROM in 89V51RD2
    I have to expand 64K ROM by interfacing 32k external ROM's. Let me know how to do the mapping and bank switching and the procedure. Thanks in Advance Rajat Kumar
  • RAM/ROM usage calculation
    Hello, I am using C compiler version 4.27, assembler version 5.04 and linker version 4.28, along with microvision 3.05. Is there a way to calculate the RAM/ROM usage of my application? Thanks in advance...