• 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...
  • 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...
  • When I have additional SP SRAM. How to use the Stack pointer?
    Hi, I have two 256 byte on-chip memory. One is on-chip data memory, another is stack-pointer memory space. How do I use the sp sram space with KeilC? Weason
  • When I have additional SP SRAM. How to use the Stack pointer?
    Hi, I have two 256 byte on-chip memory. One is on-chip data memory, another is stack-pointer memory space. How do I use the sp sram space with KeilC? Weason
  • Use of BVS/BCS for fast 64bit add meanwhile possible?
    Hello, I am still dreaming of a fast way of inline assembly code for fast addition of 64 bit variables with saturation control. (I need to write 0x7FFFFFF... to the result register, if overflow occurred...