• Breakpoints disappearing
    Hi, I am using LM3S5956 Cortex M3 from TI and Keil tools. 1) If I set breakpoints and then start the debugger (Start/Stop debug session) all the breakpoints are disappearing. Then I have to stop, set...
  • Error mark not disappearing even after changing code
    I got a red x mark (error:Unknown typr UINT16) when I put UINT16 in keil so I changed it to uint16_t but the x mark still remains and the error still shows Unknown type UINT16 Why is this happening...
  • How to compile hello word code with aarch64 gcc
    Assembly code: .syntax unified @ -------------------------------- .global main main: @ Stack the return address (lr) in addition to a dummy register (ip) to @ keep the stack 8-byte aligned...
  • 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?
  • Problem with GCC and string.h and stdlib
    Note: This was originally posted on 8th October 2008 at http://forums.arm.com Hi everyone, i have following trouble with keil arm gnu compiler. i have recently moved to gnu and now i am having hard time...