• 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??
  • 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...
  • "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...
  • 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...
  • HAL design pattern?
    Hi, I'm trying to write a hardware abstraction layer. I'm trying to figure out how to write predefined values (for all needed register) to the 8-bit registers. I had some ideas and they were all bad...