• RL-FlashFS TcpNet problem
    FILE *f; int main() { SystemInit(); finit(); f=fopen("M:\\Temp_Files\\1.jpg","w"); while(f==NULL); fclose(f); } //This program can run and creat a new file "1.jpg",but... int main() { SystemInit...
  • RL-FlashFS TcpNet problem
    FILE *f; int main() { SystemInit(); finit(); f=fopen("M:\\Temp_Files\\1.jpg","w"); while(f==NULL); fclose(f); } //This program can run and creat a new file "1.jpg",but... int main() { SystemInit...
  • RL-RTX and RL-FlashFS
    Can I use RL-FlashFS with RL-RTX? And how to use them together? In my program, all are OK if I use RL-RTX only or RL-FlashFS only. But it will reset or stop running if use RL-FlashFS in a task of RL...
  • RL-RTX and RL-FlashFS
    Can I use RL-FlashFS with RL-RTX? And how to use them together? In my program, all are OK if I use RL-RTX only or RL-FlashFS only. But it will reset or stop running if use RL-FlashFS in a task of RL...
  • TcpNet - RTX
    I need to use 2 Tcp sockets (one for received orders, and one to send datas) Even i group all my tcp functions in a single task (with lowest priority), i can't executes other tasks. I use a tick_timer...