[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ARM SAM9 BSP Question



Sebastian Huber wrote:
> Hi,
>
> maybe the name _CPU_ISR_Enable is a bit misleading since it restores the
> previous machine state returned from _CPU_ISR_Disable.  So in your case you may
>  not have a proper disable-enable sequence somewhere.
>
>   
Good thought.

Or he may still be in initialization and interrupts
haven't been initialized yet.  This seems very likely.

-joel