I don't know how I can write my ISR routine with cortex m3

Dear Sir/Madam
I'm new in ARM programming with c .I saw the following code to handle timer ISR :

__irq void TIMER1_IRQHandler(void)
{
.
.
.
return;
}


can you introduce me some documents which I will be able to learn how to write my ISR code and how to use them in my code and learning ISR function instructions?

Thanks and bet regards.
Mohsen

Parents Reply Children
More questions in this forum