• Missing API's in the ASM and Memory Map Files.
    I am compiling a project with armcc : It has following flags: ASFLAGS := -g --fpu None $(addprefix -i,$(INCL)) --apcs /interwork ASFLAGS += --diag_error=warning,193 CFLAGS := -g --split_sections ...
  • Missing API's in the ASM and Memory Map Files.
    I am compiling a project with armcc : It has following flags: ASFLAGS := -g --fpu None $(addprefix -i,$(INCL)) --apcs /interwork ASFLAGS += --diag_error=warning,193 CFLAGS := -g --split_sections ...
  • memory mapping and linker file for C164CI
    I use a DIP module with an C164 CI. When I want to add some code and some variables in my excisting program, it does not work anymore. It must be due to the memory mapping and the linker file which are...
  • memory mapping and linker file for C164CI
    I use a DIP module with an C164 CI. When I want to add some code and some variables in my excisting program, it does not work anymore. It must be due to the memory mapping and the linker file which are...
  • asm endasm and src directive, combining C and ASM languages
    Hi, I have a pretty big file that during it's performance, in a specific place of the code flow, I would like to wait for exactly 4 clock cycles. The best way for me to do this, is using the empty...