• 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...
  • 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...
  • RTX and FlashFS on lpc1700 SWI.s
    hi, everyone. I'm difficult to find the SWI handler for LPC17XX, please tell me if one of you have use this startup file. I'm use RTX with FlashFS, no microlib. and the program hang on 'printf'...
  • 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...
  • Use TCPNet with RTX kernel
    I want to use the TCPNet with RTX Kernel, but I have one question about it. In www.keil.com/.../rlarm_tn_using_withkernel.htm they say that tcp_poll_task is the lowest priority and in this task...