• Startup Code within own library
    Hello, I want to develop a target board specific peripheral driver library for a Cortex-M3 controller which can be used by several applications just referencing the BSP library in the project. ...
  • Startup Code within own library
    Hello, I want to develop a target board specific peripheral driver library for a Cortex-M3 controller which can be used by several applications just referencing the BSP library in the project. ...
  • Problem with own bootloader / its application startup
    Hi all I am having problems with application startup. My USB based bootloader needs to start the "real" application if no USB is present. So I got two separate programs in flash residing on different...
  • Problem with own bootloader / its application startup
    Hi all I am having problems with application startup. My USB based bootloader needs to start the "real" application if no USB is present. So I got two separate programs in flash residing on different...
  • Problem with my own linker script
    Hi everyone I have problem with my linker script, i want to setup position of my own vector table, stack and heap by myself using C++. Everything seems to be ok until program invoke fun.blink() function...