• Real time app problem
    Hi all I am using the Infineon C167 Microcontroller with Keil Environment for an Ignition Controller application. I capture positive transition of the input signal at the CapCom unit and generate, service...
  • Custom bootloader and app relocation problem
    Hi, i am trying to make a custom ethernet bootloader for an STM32F207 based board (full ref STM32F207IG eval), so this is going to happen in 3 steps. 1/ relocate the main program at address 0x08008000...
  • Link a pure binary file to image with scatter file
    Hi, I am using ARM DS-5 version 5.29.1 to develop a baremetal project for Cortex-A72,and write linker scripts with arm scatter file I want to link a pure binary file with my program,but I don't know...
  • in application programming does not jump to user app
    Hi there, I tried to execute the IAP code (AN3965) on a f4 discovery board. I can say that the loader reads an writes binarys perfectly, it was testet with flash loader demonstrator. But jumping...
  • STM32 + ST-LINK: Second memory section not programmed to flash
    I'm using a STM32F103C8 + ST-LINK. I have created a second memory section in the scatter file: LR_IROM1 0x08000000 0x00010000 { ; load region size_region ER_IROM1 0x08000000 0x00005000 { ;...