• 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...
  • 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...
  • STM32F103RC Assembly Program link problem?
    I have written the following assembly program. It compiles without errors, but I get this warning: FirstTest.sct(8): warning: L6314W: No section matches pattern *(InRoot$$Sections). The purpose...
  • 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...