Tool/software:
Hi,
During initialization of Timer0 when the NVIC enable is called, instantly the timer IRQ is generated but on the next run IRQ is generated every 1ms as configured
For the first time just after initialization why IRQ is generated even when all configuration are properly checked
Basic configurations
- Up counter
- Counter is initially reset then updated with proper time count value for 1ms
- Interrupt is enabled on peripheral level
- NVIC Enable is called
- Just after this IRQ is generated for first time only
May I know any suggestions for this issue
Thanks,
Trupti.