• RTX51 Full Discontinued.
    When did that happen? What was the reason for it? My theory: "Maybe this is part of ARM's masterplan to move people 'up' from 'lesser' processors to ARMs...? There would be some sense in...
  • What dose mean "Discontinued " in user's guide
    Hello i was looking for "strcat" description and ended up here: http://www.keil.com/support/man/docs/ca/ca_strcat.htm but there is Red title above the page "Discontinued" . What dose it...
  • The ram area map in the link
    Dear all, In my project,the internal ram is limit,but some state the ram can overlay,How can define the compiler or link option?such as following. +----------+ | area 1 | stateA | | | | ...
  • how do I implement an overplapped execution area?
    Hi, I have an application with von neumann memory. I have hardware support to load this memory from a serial flash. I would like to be able to load function sets to a specific location in this memory...
  • How to remain some area of flash for write data?
    platform : lpc2132 compiler: keil I want to remain one bank of flash to write data, for example: 0x1fff - 0x2fff empty ( do not write any program code) My program write something to the bank. How...