Browse By Tags

  • Writing ARM application containing both C code and assemply code

    Note: This was originally posted on 6th September 2007 at http://forums.arm.com

    Hi I need to put one ARM instruction in ARM application written in C.
    Basically my application looks like
    void main(void)
    {
      ................
       ................…
  • AD converter

    Halo to everyone,

    I have ARM NXP LPC2378 on MCB2300 board, and when I upload blinky example project to board AD converter works correct, but when I write my code, and upload to board, my program never gets into ADInterrupt routine? Does anyone, know what…