• Keil IDE: Is it possible to add additional IROM region?
    I ma currently using Keil uVison5, under the "Options for Target 'Target 1' window->Target tab, is it possible to configure the Read/Only Memory Areas to add more areas/region, e.g. currently there are...
  • 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...
  • Floating Addition - Loosing data
    Hello, I'm making use of floating math in my application and have run into a little problem with floating addition. It seems that the floating addition operation looses data at some point. I setup...
  • Inline Assembler 64 bit addition?
    I was at first very happy to see that with ARMCC 5 now inline assembler works with the thumb mode of Cortex M4. Just I fail to program an efficient inline assembler routine for 64 bit addition (later...