Hi all. I use ARM LPC2148 for my project and i use Keil
uVision4.µVision V4.60.0.0
Tool Version Numbers:
Toolchain: MDK-Lite Version: 4.60.0.0
Toolchain Path: C:\Keil\ARM\ARMCC\bin\
C Compiler: Armcc.Exe
Assembler: Armasm.Exe V5.02.0.28
I have a problem with interrupt handler irq. I write the following
code in language c:
#include <lpc214x.h>
void tc0(void)__irq;
unsigned i = 0;
void main(void)
{
PLL0CFG=0x24; //Mul
↧