• 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...
  • internal RAM usage in 89v664
    how to configure internal RAM(XDATA) of 89v664. Please tell me anybody..
  • 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...
  • Quick start to USB
    Hello sir, I am new to the USB interface.I have to implemnt the USB using LPC2378. Pls suggest from where should i start? There are three to four demo software has given(USBAudio,USBHID....