• HALT shortcut doesn´t work
    Why the Esc shortcut key ( Debug -> Stop Running [HALT] ) doesn't work durring simulation? Is it a kind of conflict with other Software that maybe is using the same shotcut key?
  • Beginners question; RD/WR doesn´t work
    I have quite recently started working with uVision and an Atmel MCU, and I think that I may have done something wrong in my settings... Here goes: The problem is that both RD and WR goes low when...
  • Weak linkage doesn't work as expected
    Note: This was originally posted on 14th May 2010 at http://forums.arm.com I am using the weak linkage feature of the Real-View Development suite.     It appears that a function that is declared as weak...
  • 89LPC922 doesn´t run a simple program
    I'm using C51 V7.0 who it doesn't have support for 89LPC922. But, I copy 922.h header file and start up for lpc9xx family. I write a simple program to modify a port P17. What happened? Nothing. My program...
  • Macro fails at compile
    Hello, I am creating the MAKELONG, HIWORD, LOWORD like in Window's C programming. However, when I create the macro's below I get the error message that follows. Anyone have any suggestions...