Hi,
What would be the fastest clock on a PIC32?
I am looking to use a PIC32 to measure the arrival of an event. The PIC has a max speed of 120MHz - PIC32MK0256GPG048
I understand that there is a free running core timer in the PIC32 that can be read.. I believe this runs at Fosc/2 = 60MHz in my case. This gives me each tick at 16.6666nS.
Can this clock be reset on command?
If it cant is there anything equivalent in the PIC32 that can be, that is as quick?
I plan to use 4 MCUs each running independently, but i need to be able to sync their clocks from a central controller.
What would be the fastest clock on a PIC32?
I am looking to use a PIC32 to measure the arrival of an event. The PIC has a max speed of 120MHz - PIC32MK0256GPG048
I understand that there is a free running core timer in the PIC32 that can be read.. I believe this runs at Fosc/2 = 60MHz in my case. This gives me each tick at 16.6666nS.
Can this clock be reset on command?
If it cant is there anything equivalent in the PIC32 that can be, that is as quick?
I plan to use 4 MCUs each running independently, but i need to be able to sync their clocks from a central controller.