Page 3 of 3
Re: small clock error PIC32MZ2048EFH100
Posted: Tue Feb 15, 2022 2:18 pm
by SpeedPIC32
Hello stefan
how or where can I change this?
Greeting SpeedPic32
Re: small clock error PIC32MZ2048EFH100
Posted: Tue Feb 15, 2022 2:45 pm
by stefan.erni
Hi SpeedPIC32
In the Build => project option you can set some.
This is a sample, maybe not exactly from the PIC32MZ2048EFH100
but the way is the same.

- clock-settings_fc_org1.PNG (269.2 KiB) Viewed 4617 times
You can see in the distribution picture, timer1 is different to timer2...timer6
regards
Stefan

- clock_2022-02-15_15-23-05.jpg (92.97 KiB) Viewed 4617 times
Re: small clock error PIC32MZ2048EFH100
Posted: Wed Feb 16, 2022 8:32 am
by SpeedPIC32
Hello Stefan,
first of all thank you for your efforts.
Question: How do I get the image with the red lines bigger?
or where can I download your template?
What I don't understand is this.
I create a programme
Compile it and program the PIC
It runs the way I programmed it.
The timer runs with the times as FC shows it during programming.
The programmed pause in the loop also runs with the time I programmed.
Now I start "DEBUG" in FC.
now only the pause runs with the time (1sec) I have programmed.
The interrupt runs with twice the time.
Ben has changed something.
Before, the error was also present in the hardware.
32MZ2048EFH100.fcdx version 3 had the error.
in the current one the error is as described.
"
The change should be that the interrupt enable icon now shows 200Hz instead of the previous 100Hz it was showing before. So the calculated frequency should now match the hardware frequency."
With kind regards
Re: small clock error PIC32MZ2048EFH100
Posted: Fri Feb 18, 2022 1:03 pm
by stefan.erni
Hi SpeedPIC32
Here the picture more readable.
It's from a PIC but not from the EFH100.
regards
Stefan
Re: small clock error PIC32MZ2048EFH100
Posted: Fri Feb 18, 2022 2:01 pm
by SpeedPIC32
Hello stefan
the PIC32MZ2048EFH100 has the possibilities
I think you can only do this by entering C-code.
with kind regards
SpeedPic32
Re: small clock error PIC32MZ2048EFH100
Posted: Fri Feb 18, 2022 2:02 pm
by SpeedPIC32
Hello stefan
the PIC32MZ2048EFH100 has the possibilities
I think you can only do this by entering C-code.
with kind regards
SpeedPic32
Re: small clock error PIC32MZ2048EFH100
Posted: Wed Feb 23, 2022 11:30 am
by SpeedPIC32
Hello Team,
does the error remain now?