• addition problem
    Hi, Recently I have come across a question on bits additions. Maximum bits in register is 32 bits. I want to perform 4 different 8 bit parallel additions in a single 32bits. How do I actually...
  • Additional memory
    Hi there I've added some extra 64Kb of RAM on my KC167CR development board. This memory sould be \CS2 selectable at a starting address of 0x50000. I got problems in selecting that RAM chip. The...
  • inline assembler
    Hello, I'm trying to optimize DSP functions to use them in my cortex M3 MCU. I use the Keil compiler and I want to work with inline assembler, but the Keil compiler don't support the inline assembler...
  • add additional arm compile
    Hello everyone, with Keil 5.14 (mdk_pro) I can select a compiler within the Target options. I'd like to use the compiler Version 4.1. I installed Keil 5.14 in another folder than Keil 4.13. ...
  • inline assembly
    I'm trying to use inline assembly in a C file (my projetc consists in one C file and several a51 files). Options "generate assembler SRC" and "assemble SRC" are checked. I get the following message...