• RL-USB + FFS thread safe?
    Hello, I know that RL-TCP is not reentrant but can I safely access a USB flash file system from multiple RTX tasks? Thanks.
  • RL-USB + FFS thread safe?
    Hello, I know that RL-TCP is not reentrant but can I safely access a USB flash file system from multiple RTX tasks? Thanks.
  • Microlib removing issue
    Hi everyone, I'm developing a project with lpc2478. Trying to access usb with fopen() it's always return error (even if i init, explore and format the usb correctly); searching around I read that...
  • Microlib removing issue
    Hi everyone, I'm developing a project with lpc2478. Trying to access usb with fopen() it's always return error (even if i init, explore and format the usb correctly); searching around I read that...
  • link issue when removing operator new
    Hi, My ST10F276 app is composed of C and C++ code. All C++ objects are declared statically (without call the new operator). When I remove extern void *operator new(size_t size) from my ECMAIN.cpp...