• Problem with compiling assembly instructions with iar workbench
    Hello all, I'm trying to compile my project using iar workbench. In my project I've used inline assembly and I'm having problem with executing an assembly instruction "ldr r1, =savebuffer" while trying...
  • ymath.h ??? IAR most recent compiler ... doesn't include it.
    Howdy all, I stumbling around in some old IAR 5.9.1 code that has a custom math.h header modified to request these files. #include <ycheck.h> #include <ymath.h> I have ycheck.h, but I don't have...
  • Which protocol is the best for this project ?
    I'm working on LPC2468 using Keil bundle package ( MDK / RL ) I want to design a windows form ( GUI application ) in Visual C++ to perform communication ( send and receive information ) between computer...
  • webclient on tiva
    hi all, I am using tiva tm4c129 controller. I want to design webclient on my tiva controller. I want to implement it with get request request.When i will give call to GET i should get data from web...
  • arm-...-gcc 8.3.1 VS 4.9.3
    Dears, I have been compiling with arm-none-eabi-gcc version 4.9.3 for a while; and everything were just fine with a Cortex-M0 I recently have tried using version 8.3.1 and things are not going as well...