• Place assembly within C Code
    Hi I searched all over the keil software but never found how to access the assembly code of my project. The help itself tells that you can use #pragma SRC to instruct compiler to create an SRC file...
  • Using Watchpoints within ARM assembler code
    Note: This was originally posted on 2nd October 2009 at http://forums.arm.com Dear all! We are working with an ARM926EJS core (netX500 from Hilscher). For a safety application, I need to guarantee, that...
  • Reading flash within KEIL
    Hallo Maybe there is an option in KEIL for reading the contens of the MCU's flash. But I havnt found it. Is this possible at all, to read out the flash contens and view it within KEIL? Thomas...
  • include a c function within an assembler project
    Hi all, I have a project (in uv2) with 3 differents asm files. The first one (BIOS) is located in the lower part of CODE MEMORY between 0x0000 and 0x03FF, the second one (APP) is located between 0x0400...
  • Setting task events from within a running task.
    I use the RTX Kernel for LPC1788.Is it advisable to use the os_evt_set() from within a running task, in order to set an event for other task?Basically, what i want to know is that can we call another...