• File system and RTOS
    Hi! I changed the http_demo example and Http_upload to run with RTX. Everything is run but the upload file dont write the file in the SDCard. I tried to use the tsk_lock and tsk_unlock but dont work...
  • Ethernet Interface without RTOS
    Dear all, I'm using LPC1768 controller. I need to use Ethernet module to develop my application. Problem is while include ETH interface from a software pack it need RTOS. But using RTOS i have unwanted...
  • Ulink2 without uvision
    We are using Uvision4 with the Ulink2 adapter for development and debugging. We are now ready for production. Does anyone know if we can use the ulink2 adapter just for programming without uvision4...
  • Third party RTOS and uVision
    Hello, I was wondering if anyone can help me answer a question about uVision. Is it possible to use uVision and a third party RTOS e.g. Segger emBos, CMX-RTX or Micrium uC?? Thanks
  • can't create directory with File System component
    hi, I'm trying to create a directory like this: if (fcheck ("F0:") != fsOK){ //error, format fformat ("F0:", "/FAT32"); //check, if not trwo an error if (fcheck ("F0:") != fsOK) fatalError...