• Is IAP the only way of storing persistent data?
    Hi Im using the LPC2103 MCU and I need to store some calibration data in the flash, so the calibration doesnt get lost when the system is powered off. I know I can use IAP to do this, but is...
  • Is IAP the only way of storing persistent data?
    Hi Im using the LPC2103 MCU and I need to store some calibration data in the flash, so the calibration doesnt get lost when the system is powered off. I know I can use IAP to do this, but is...
  • Right way to jump to New Vector Table without Reset
    Hello, I am trying to execute code which has two vector tables/ images, when making the transition from high vector 0xFFFF0000 to table in low 0x0 I am currently considering Cortex-R series processor...
  • Right way to jump to New Vector Table without Reset
    Hello, I am trying to execute code which has two vector tables/ images, when making the transition from high vector 0xFFFF0000 to table in low 0x0 I am currently considering Cortex-R series processor...
  • How to relocate vector table and change starting addressin cortexm3 using uvision ?
    I am using STM32F107 cortex m3 controller. I am using uvision IDE for the project. I have an application which is running properly at starting location i.e 0x0800 0000. If I change starting location...