• How to use fopen and fwrite to work with files in Arm DS-5 like in Nios II ?
    Hi, I'm using Arm DS-5 Eclipse with the Arm Compiler 6 Toolchain. In NIOS II, it is allowed to open files using fopen function to access the device list and it works because the NIOS II Eclispe uses...
  • How to use fopen and fwrite to work with files in Arm DS-5 like in Nios II ?
    Hi, I'm using Arm DS-5 Eclipse with the Arm Compiler 6 Toolchain. In NIOS II, it is allowed to open files using fopen function to access the device list and it works because the NIOS II Eclispe uses...
  • fwrite does not result in call to retargetted _sys_write
    I have retargetted streamed io as per the following article. infocenter.arm.com/.../index.jsp I have added some simple test code as follows: FILE * pFile; char buffer[] = { 'x' , 'y'...
  • fwrite does not result in call to retargetted _sys_write
    I have retargetted streamed io as per the following article. infocenter.arm.com/.../index.jsp I have added some simple test code as follows: FILE * pFile; char buffer[] = { 'x' , 'y'...
  • RL-FLASHFS fwrite() causing Hard Fault !
    Hi Everyone I am hoping someone might be able provide me with some inspiration or something !! I have a problem within the application I am developing and am struggling to work out what is going...