• where to find arm-none-eabi compiler documentation
    i can't find arm-none eabi-gcc documentation and all the possible commands and flags i can use !! if someone can guide me i would be thankful !
  • Where can I find documentation on the HAL for the MSP432E4
    I have downloaded the MDK lite system to look at the environment and I could not find any documentation of the Hardware Abstraction Layer that the tool provides. Generally there is a library of calls...
  • Porting issue with ARM Compiler armcc
    porting issue
  • in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
    in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
  • armlink stuck in armcc
    Hi I want to use armcc to pre-process my scatter file: #! armcc -E ... but armlink gets stuck. If I kill armcc.exe armlink returns an error that armcc terminated (because of killing). Any idea?