• Strange data segment overflow
    I'm using Keil for 8-bit Silabs CPUs programming. I have some code, I should maintain further and it uses small data model. Code compiles and works fine. When I comment out one very big function from...
  • Handling SRAM data map
    Could you help me understand how can I declare and then use in my C application piece of memory in speecific place in SRAM? It could be on the end of memory map like 0x2001FF00 to 0x2001FFFF (I have...
  • sram
    which datas will store in onchip sram..... please help me
  • SRAM
    Hello. I wanna use SRAM to make more free space for my variables (including vector), I cannot understand how can I do this. It seems to be in Project Options -> Target -> Read/Write Memory Areas...
  • SRAM Test
    I am using CY62256 SRAM in my project. I use approx 30K of this 32K RAM for xdata. Upon system startup, RAM check is done by the following piece of code. Is it the right way to do, or more and more...