• fopen cannot write memroy card
    I use lpc4357, and config file system & usb0 following the demo code of MCB4300. The usb seems work, for I can read/write file via the usb interface. When I create file failed by calling fopen...
  • File System fopen() Problem
    I get into this problem. I have a thread that process a message queue. One of my possible action on reception of a message is to open a file with the function fopen(). The file is located on a USB flashdisk...
  • DDE Interface of the µVision2 Debugger
    Is it possible to work via DDE interface with Debugger? I used sources from app143, but it doesnt work! Some additional info: uVision v. 2.06 (evalution - may be this is main reason?) under Windows...
  • Troubles with fopen()
    Hi. I'm trying to use EFS in SPI flash. All libraries and sources are included in project according to rl-arm_gs.pdf and I set heap to 0x1000. finit() and fformat() functions works normal, but when I...
  • fopen in simulation
    Hello, I try to understand how I can use fopen with the simulator of keil. The processor use is a CORTEX-M4. I need to do that because I develop unit test under RTRT and use Keil to run the instrumented...