• App crashes without unused array declaration
    I have an application that is running on an ARM9 and compiled with V3.60. It uses RL. I am having a strange problem. We are really close to the maximum amount of memory on our processor, within 2K. During...
  • When declare a variable to be static?
    Can someone give some explains on when to declare a variable to be static? What is the difference with extern one?
  • Static declaration error
    Code: static unsigned int timer[num_timers]; Error: TIMER_MODULE.C(6): error C221: non-constant case/dim expression An error has been generated while declaring an array in static. Or else...
  • osTimer causing application to crash
    I started with RTX_ex2 and got it running on an STM32F3Discovery board with uVision V5.10.0.2 Then I ported this example to a Makefile based project that builds with gcc 4.8 downloaded from here: ...
  • New array declaration
    Hi everyone can someone tell me how to declare a array of 20 characteres. I wanto to use this array to fill with a string and then display it in a LCD. Also I wanto to use a pointer to read or write...