• 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...
  • How to use ROM of LPC2148(if available)
    Hello I wanted to use Internal EEPROM(if available in LPC2148 to access) as I have gone through the datasheet of LPC2148 and I have not found any register to access ROM so i started thinking to use...
  • Bank Switching internal and external ROM et al
    A current project is running down (or finishing up?) It's space left over is less than I would like for whatever (whim) some (cough) people might want to add. That aside the internal flash of the device...
  • HOW TO DIVIDE INTERNAL ROM USING SCATTER FILE
    I want to divide internal ROM of STM32f030 using scatter file for custom boot loader. When the size of ROM for main application is less then 0x1000 its work properly but when i increase the size from...
  • Switching the execution from External Flash to Internal ROM
    Hi, How to switch the execution of the application code from external flash to internal ROM in STM32H7xx microcontroller?