• ARM/Thumb interworking problems
    I have the same problem as in thread posted here: http://www.keil.com/forum/docs/thread10202.asp Can anyone comment me, how the issue, described there, was solved? Thanks.
  • ARM/Thumb interworking problems
    I have a problem with calling ARM code from Thumb (C) code. The problem causes an 'undefined instruction' exception when using the 'switch' statement, because it is trying to call __ARM_switch8 from...
  • Interworking Thumb-Mode Assembly Module -- How?
    Hi All. I'm having difficulty creating a Thumb-mode assembly language module that will successfully link in a uVision3+CARM project that is compiled in ARM mode. The module compiles, links and works...
  • Enabling TRACECLK
    Greetings: Would anyone have any idea how to enable the LPC2292 TRACECLK pin P1.24 output? This seems like it should be simple, yet I am having no luck getting this pin to oscillate. The Philips...
  • Interrupt Enable
    Hello, here's a question about the interrupt handling of a Siemens 80C165: I use the external interrupt 5, which works like it should. Sometimes, I want to disable that interrupt, so that the controller...