• How to Access 16MB of the Aduc812
    How do I access 16MB XDATA of the Aduc812 in the old version keil compiler ?
  • MMU with 16MB super sections - howto?
    Note: This was originally posted on 11th July 2011 at http://forums.arm.com Hi, I am trying to setup MMU with 1:1 scheme (VA=PA). I wanted to try with a 16MB super section. I first tried with 1MB section...
  • RTX TINY at Contiguous Mode over than 16MB
    Dear all, I want to port the RTX TINY on a DS80C390 liked microchip.The project is under "Contiguous Mode:16MB program" mode. My code space starts at 0x16000. When i include the RTX Tiny, i always receive...
  • Memory management issue with Keil uVision4 and Arm cortex-M4 uC
    Hello, so I was working on Tiva C launch pad and coding using this environment, I noticed that this compiler has major difference from others so I will list some of the problems I faced as questions hoping...
  • the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812.
    in the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812. FVAR (char, 0x015678) = 0x5A; i = FVAR (char, 0x015678); if i change 0x015678,such as: FVAR (char, 0x016000) = 0x5A;...