• Start from Project from scratch Problems
    I am having trouble taking the IAP example project written for the MCB2100 (LPC2129) and moving it to the MCB2300 (LPC2378). My procedure was to create a new project targeting the LPC2378 which gives...
  • Concept of Scratch and Preserved Registers
    Hi, I am confused in understanding the difference between scratch and preserved registers. I have read the development guide of IAR Embedded Workbench but the topic was written in such a way that I...
  • uVision and scratch pad flash area
    The uVision3 IDE erases the scratchpad flash when I re-program a Silabs C8051F120. I want to use the scratch pad area for serial numbers and other similar data. Is there a way to stop the scratchpad...
  • STM32 Start DFU Bootloader
    Hello, I'm developing a bootloader for a STM32F2 Controller. One Feature of the bootloader is that it can start the STM32 internal DFU bootloader. Therefore I use some RAM Region where I set a...
  • Getting started on a Secondary Bootloader, Cortex / STM32
    I've never programmed a bootloader before, but need have one that does firmware reflashing over UART. Shouldn't be that bad, but I do need some pointers... There are 7 questions below, but they all...