Keil Logo Arm Logo

There is bug in using device lpc2103 and keil debugger

Next Thread | Thread List | Previous Thread Start a Thread | Settings

Details Message
Read-Only
Author
Manish Shakya
Posted
6-Mar-2007 13:00 GMT
Toolset
ARM
New! There is bug in using device lpc2103 and keil debugger

hi everyone

I have made small program for fiq interrupt and simulate in keil.The program goes like this way:

//...
int main()
{

        PINSEL0=0x10000000;//select p0.14 as external interrupt 1 according to datasheet
        VICIntSelect=0x0008000;
        VICIntEnable=0x0008000;
        while(1)
        {
                ;//IOSET=(1<<26);
        }
}

void blink()
{
..........
}
__irq void fiq(void)
{
        blink();
        EXTINT=0x2;
}


when i tried to simulate ,above code did not worked but run on my board

BUT....

............
PINSEL0=0x20000000;
..........

when i changed PINSEL0 to the above code.The code run in simulator but not in board.

Is this bug in the KEIL DEBUGGER and DEVICE lpc2103???

Does any one has face this problem??Please help
Thanks in advance
Manish shakya

Read-Only
Author
Reinhard Keil
Posted
7-Mar-2007 13:25 GMT
Toolset
ARM
New! RE: There is bug in using device lpc2103 and keil debugger

http://www.keil.com/forum/docs/thread9459.asp

Read-Only
Author
Manish Shakya
Posted
8-Mar-2007 01:41 GMT
Toolset
ARM
New! RE: There is bug in using device lpc2103 and keil debugger

Thanks

How can i know which devices/controllers are simulated properly???????

Next Thread | Thread List | Previous Thread Start a Thread | Settings

Keil logo

Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.