• 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...
  • CALL C FUNCTIONS WITHIN STARTUP CODE
    Hello, I need to start C functions from startup code before calling C startup (which calls main()). Reason: I have to do some selftests like a destroying RAM Test which must be done before the...
  • CALL C FUNCTIONS WITHIN STARTUP CODE
    Hello, I need to start C functions from startup code before calling C startup (which calls main()). Reason: I have to do some selftests like a destroying RAM Test which must be done before the...
  • 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...