• Own startup code with own initializers
    Hi, i am interested in programming our own startup code because i cannot see what __main does exactly. For GCC i had already programmed this but we need to use Keil (ARMCLANG) this time. The linker...
  • Own startup code with own initializers
    Hi, i am interested in programming our own startup code because i cannot see what __main does exactly. For GCC i had already programmed this but we need to use Keil (ARMCLANG) this time. The linker...
  • 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. ...
  • Own Bootloader / IAP
    Hi all, hope I did not miss a similar topic here. I searched, but did not find anything appropriate. I want to have my device (LPC2368) to be updatetable via USB. To accomplish that, I think...