• including "fopen()" prevents program from even starting
    Hey everyone, Very strange problem here. I am using the RL-ARM Flash library. Essentially, when I include the statment f = fopen("Test1.txt","r"); it totally fails! The program compiles...
  • Prevent cpplib from being included
    Hello, I'm trying to compile a C app as C++, but it doesn't run. I looked at the .s files, and one difference with the C++ compilation is the line: IMPORT ||Lib$$Request$$cpplib|| [CODE,WEAK...
  • Prevent debugger from stepping into timer interrupt.
    Just recently when I stop execution using the JTAG debugger ULINK-ME and step my code, it always steps into the Timer2 interrupt. In the past, I was able to step through my code without needing to disable...
  • Prevent to generate "BX LR"
    Dear All How can I force the compiler to not generate the "BX LR" for the return function. I also set the option --ARM_only(in compiler + assembler + linker) but this is not useful and I have this...
  • breakpoints
    Can someone explain me how i can set up a breakpoint in my assembly program that ends my program on the breakpoint the command is SETB P3.3 Thx in advance