• 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...
  • startup file add c-function
    Hi, could you tell me how is it possible to include the At91F_LowLevelInit() function from Atmel in the startup file for the AT91RM9200 controller? The lowlevel-function (written in c) will init...
  • startup file add c-function
    Hi, could you tell me how is it possible to include the At91F_LowLevelInit() function from Atmel in the startup file for the AT91RM9200 controller? The lowlevel-function (written in c) will init...
  • calling function from different file
    i have a problem regarding using timer0 interrupt service routine and calling function. my program will decrement the i and j (static unsigned int) everytime timer0 overflow. my program working as...