[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Disable interrupts on Cortex M3 (lm3s6965evb)
From: |
Kieran Mansley |
Subject: |
Re: [lwip-devel] Disable interrupts on Cortex M3 (lm3s6965evb) |
Date: |
Sun, 5 Jun 2011 12:47:17 +0100 |
On 5 Jun 2011, at 10:20, Sebastian Huber wrote:
> Hello,
>
> how can I disable interrupts on the Cortex M3 based board LM3S6965EVB?
> Even if I set PRIMASK, FAULTMASK and BASEPRI to 1 the SYSTICK interrupt
> handler gets called.
I think this is a question about your hardware, rather than lwIP. You will
probably get a better answer asking on a mailing list devoted to cortex. I'm
not sure how to control interrupts on your hardware.
Kieran