• 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_...
  • 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...
  • problem with keil file system middleware
    hi to all, i am working on project that in it i need to read and write to micro-sd-card in unit of sector, for done that i decide use keil file system middleware and then use fs_ioc_read_sector and...
  • Ensure thread safety in ARM C/C++ libraries
    Dear forum, right now I am struggling with enabling thread safety for my ARM C/C++ libraries. Here's the problem I am facing: Actually I am running a multithreaded application on my Cortex-M3 device...
  • problem with File system middleware
    hi, i am working on a project that in it i need to write and read sectors in sd card, i decide to use keil File system lib with mci driver but i have problem to write sector in sd card but reading is...