• is it possible to modify previously written data ?
    hi, I read http://www.keil.com/forum/docs/thread14845.asp . It is clear that, there is no way to modify previously written data (SDCard) with FlashFS. e.g (as Johann wrote) fH = fopen(FILE_NAME_CLOCK...
  • RL-TCPNet as Client
    Hi, I have MCB2300 board. Using RL-ARM example LEDClient, all are OK. When I create new project and add all files of LEDClient project to my project (include LPC2300.s, main file,...), it does not work...
  • previously posted RTX-CAN problem?
    hello, i want to use CAN with RTX51, however when I compile my program it says: can't find can_task.obj This file isn't included with RTX51. My question: Which files do I need to get my program to...
  • previously posted RTX-CAN problem?
    hello, i want to use CAN with RTX51. Is there anyone who tried this before?
  • reading data in http client application
    Hello everyone, I'm trying to write an http client application using BSD API. At the moment I'm able to connect my client board to the server, send a request to the server and read the answer from...