• SysTick Handler Multiply defined
    Hi, I am using NUCLEOL152RE board.I loaded X-NUCLEO-IKS01A1 example datalog project. I'm still fairly new to Keil so this may be a very silly question but when trying to compile a project, I get...
  • Energy Profiling of an ARM7 core
    Note: This was originally posted on 8th July 2013 at http://forums.arm.com Hi I want to make energy profiling and analysis of a ARM7 core. I have some doubts regarding this. May be my doubts are silly...
  • How to add custom part to the ARM7 core simulator
    We are going to develop a MCU include the ARM7 core and some custom IP. So we need to simulate the special hardware on our target platform. We had readed the application note 154 about the AGSI. Howerve...
  • UART transmitting interrupt handler
    Hello I am facing a problem in the following code. code :- #include "LPC318x.h" void IRQ_HANDLER(void) __irq { PIO_OUTP_SET = 0x7EFFFFFF; PIO_OUTP_SET = 0x7EFFFFFF; } int main (void...
  • Interrupt handler not being compiled
    I've been trying to figure out an issue I'm seeing and I'm scratching my head at this point. My issue: 1. Interrupt handler (in a file that has just the interrupt handler) is not getting linked...