• GNU compiler with assembly coding
    Hai all; I am doing a project in LPC2368 with MCB2300 board.Here,I am doing In application programming by referring from C:\Keil\ARM\Flash\LPC_IAP2_512.After modification this program ,I can write...
  • Is it possible to compile the example of TrustZone for Cortex-A9 with a GNU compiler or the ARM is the only one usable?
    I'm trying to compile the VersatileExpress_TrustZone_Example with a GNU compiler and it's full of errors. I compiled the example with the ARM one ansd it worked perfectly but i only have a evaluation...
  • How to add epilog and prolog in ARM compiler compiled code ?
    g++  provides an option  -pg   which allows to write epilg and prolog for functions Does gcc does not have  such  an option?
  • How to use CPS instruction in ARM ? Example Needed.
    Is this is correct way to use CPS CPSID ABT To disable interrupt and enter Abort Mode ?
  • 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...