• osMutexWait() function before the RTX osKernelInitialize()
    Hi. If I call the osMutexWait() function before the RTX osKernelInitialize() function is executed, an error is returned naturally. After that, I call the osKernelInitialize() function. Is there any...
  • Why does the SystemAnalyzer only load threads when enough time has passed before osKernelStart?
    I have experienced the problem that the SystemAnalyzer would not always load all threads. I now found out by coincidence that this happens if not enough time has passed between thread creation and Kernel...
  • difference between volatile and const
    I would like to know the difference between volatile and const.Pls. explain it with an example.
  • Switching between code programs
    I have two different code programs: Program "B" which is located at 1000h and Program "A" located at 0h (it ends before 1000h) and it's working properly. How can I start executing program "B" from Program...
  • Difference between Cygnus and GNUARM?
    Hi, I have a project that I compiled with Cygnus (arm-uclibc-). It worked perfectly on my target. My code started at address 0x160. Then, I tried to compile it with GNUARM (arm-elf-). I always...