• ReMap
    Hi folks What is the use of Memory Remapping Technique.. is it to make code from Flash to run in RAM or .. if so,LPC21xx has ReMap fearure only for 0x20 locations.. here we can only remap interrupt...
  • ARM REMAP
    hi guys .. I'm working with LPC2129.. how to make my program to run from RAM.. and what are the things i have to do while REMAPPING
  • remapping of ddr
    Hi again I am still struggling with debugging my code in DDR3 memory using the Keil uLink2. I have created a .ini file for the uLink2 to execute which initializes the DDR3 for use, load my code to...
  • FlashFS and SPI remap BUG?
    Hi All, I have a problem with a custom board (STM32F103C8) but also tested on a keil development kit MCBSTM32C (STM32F107VC). I'm trying to use the FlashFS with SD card in SPI mode using the SPI1...
  • Vector table remapping lpc17xx
    Hello, I'm using a lpc1766 and made a simple program to toggle a led from a timer interrupt. At first the interrupt vectors were in flash (see startup code below) and this worked just fine. So I...