• how to overcome stack overflow???
    hello I am using ARM7 LPC2148. in the program I have to use recursive function. so there are lots of chances of stack overflow. how to avoid this??
  • "libc_nano.a" is not present for Cortex-A55 (Windows version )
    Hello, I have downloaded "gcc-arm-8.3-2019.03-i686-mingw32-arm-eabi" Cortex-A55 toolchain for windows and getting some linking error as "libc_nano.a" is not present whereas it is present in the Linux...
  • How to overcome with The UNCALLED SEGMENT Error.
    I am working with Kiel uv4 but i am getting 2 or more errors as UNCALLED SEGMENT. i.e. *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_PRINT?SERIAL And that why my...
  • How to start developing software for Arm Cortex-A55 and Cortex-A75 processors now
    These are exciting times for software developers. Arm has just announced the first generation of processors based on Arm DynamIQ technology. The new CPUs, Arm Cortex-A75 (big) and Cortex-A55 (LITTLE)...
  • Overcoming error 172???
    Hi When i type this, struct cmd_pkt{ int type; int OGF; int OCF; int len; unsigned int far data_pkt[256]; }; struct cmd_pkt c_pkt; After I complied it, it prompt me with this error...