• Simulator or Emulator with NucleoF7/F4 series support
    I am trying to get an emulator/simulator software for testing my application programing without having hardware. SO is there any kind of support ??
  • System Canvas, Win 7 Error C1003, Cannot open program Database
    Note: This was originally posted on 7th June 2011 at http://forums.arm.com I'm getting the following build error when using System Canvas for a ArmCortexr4CT on Windows 7, using VC2008 SP1.  1>ComponentsCADIFactory...
  • how to renew system canvas and DS-5 eclipse license
    i was working in system canvas and DS-5 Eclipse on 30 days trial now i want to renew license which . how can i do this .
  • modify getkey
    Hi everybody. I've a question. I must modify the standard getkey function: #include <reg51.h> char _getkey () { char c; while (!RI); c = SBUF; RI = 0; return (c); } to know if it...
  • Wierd problem in modifying the bootloader code
    Hi, I am using Phytec LPC3250 board for my design and I have a very important problem that I have been spending time on for days. I want to modify my bootloader_NOR code so that I can send my...