the period of Timer 1 interrupt is twice unexpectedly (ysaitoysaito)
Hi The period of Timer 1 interrupt is twice unexpectedly. Why ? My test board is PIC32MZ Embedded Connectivity (EC) Starter Kit. Now I am testing this board by LED flckering of Timer 1 interrupt of...
View ArticleRe: the period of Timer 1 interrupt is twice unexpectedly (thackerp)
The Timer peripheral clock (PBCLK3) is half the frequency of the system clock.
View ArticleRe: the period of Timer 1 interrupt is twice unexpectedly (ysaitoysaito)
Dear thackerpHi Thank you very much indeed for quick and excellent advice. Where in Data sheet of PIC32MZ can I check ? best regardsysaito
View ArticleRe: the period of Timer 1 interrupt is twice unexpectedly (thackerp)
You can determine which peripheral clock is used by the Timer(s) from Table 8-1. The default divider setting is from register 8-6. The default for all peripheral bus clocks except PBCLK7 is divide by 2...
View ArticleRe: the period of Timer 1 interrupt is twice unexpectedly (ysaitoysaito)
Dear thackerpHi I found belowbit 6-0 PBDIV<6:0>: Peripheral Bus ‘x’ Clock Divisor Control bits1111111 = PBCLKx is SYSCLK divided by 1281111110 = PBCLKx is SYSCLK divided by 127•••0000011 = PBCLKx...
View Article