• Thread-safety protection of library functions
    I have a project using an ARM9 and RL-ARM. I'm wanting to use the malloc series of functions and have read the page "Thread-safety in the ARM C libraries" at: http://www.keil.com/support/man...
  • Thread safety under RL-ARM
    Are the standard memory allocation functions (new,delete,malloc and free) thread safe when using RL-ARM by default or do I have to implement the _mutex_ functions myself if so is it just the _mutex_...
  • malloc to ensure storage place
    Hello, I'm working with the ethernet MAC from the AT91RM9200 controller. I'm able to get a interrupt if I receive a packets - with the code example from atmel. The packets are stored from the...
  • ARM: Class B Safety Test Libraries
    I am considering using Keil compilers and MDK-ARM for development of a safety critical device which requires the Class B safety tests. The target processor is an STM32 L0. 1. Does the purchased...
  • how to monitor Keil's middleware threads for safety critical systems
    Hello, For a safety critical system, I would like to monitor all my threads to identify infinity loops. If an infinity loop is detected a system reset should be performed. I am going to use signals...