• What is Advanced GDI?
    Page 13 of the uVision2 manual mentions connecting to the target using "Advanced GDI". I assume that is a non serial port method of connecting the debugger, that would be designed into the target. As...
  • ARM GNU toolchain: Advanced tutorial.
    Dear all, I am sharing below two links for good tutorials on ARM GNU toolchain: http://www.bravegnu.org/gnu-eprog/ http://www.state-machine.com/arm/Building_bare-metal_ARM_with_GNU.pdf Please provide...
  • uVision2 for Advanced Generic Simulator Interface
    I am trying to simulate a PWM block using uVision2. I have my .cpp file(VC++ environment- in which I have the behaviour of PWM) and all the header files defined. When I compile it to get a DLL project...
  • Struct Advance declaration ERROR C52
    /** Advance Declaration **/ struct enreg; typedef enreg Ts_Enreg; /** Prototypes **/ extern unsigned char MyFunc_1( Ts_Enreg * objects ); extern unsigned char MyFunc_2( Ts_Enreg objects[]); MyFunc_1...
  • Advanced debug of NXP i.MX7 heterogeneous system
    Hi, Arm heterogeneous systems combine a high-performance Cortex-A processor together with an energy-efficient Cortex-M processor, all in a single chip. It’s not surprising to see the popularity of these...