2020-08-03 09:59 PM
Hi, has anyone been able to configure maximum clock speed (480MHz per datasheet) for the H743ZI with cubeMX?
I can't get the radio button from TIM2_CK to CPU_CK and as such I can't get the PWM resolution I am looking for on the HRTIM.
Not my only question... The provided project examples are helpful but none of these examples help with PWM configuration of sync'ed channels. This is for a 3phase motor control project. I have everything up and running fine on TIM1 (CH1/CH1N, CH2/CH2N, CH3/CH3N) but I'd like to transfer PWM to HRTIM for increased resolution (that is if I can setup HRTIM to use the CPU clock).
Thanks for your help
Cheers
Solved! Go to Solution.
2020-08-05 12:02 AM
@Smoun.1 Use the latest CubeMX version,
Thanks for your feedback,
Khouloud
2020-08-04 06:10 AM
I started a new project, set the clock speed to 480 MHZ, enabled HRTIM, and switched the clock source to Cpu_Ck. No problems.
2020-08-04 08:33 AM
thanks - tried again and you're right, it did go through.
2020-08-05 12:02 AM
@Smoun.1 Use the latest CubeMX version,
Thanks for your feedback,
Khouloud
2020-08-07 07:10 AM
Hello Smoun,
As an aside, did you test on TIM1 using the center-aligned mode? If so, be advised that the HRTIM on the H7-series does not support center-aligned mode! The G4-series has an enhanced HRTIM that does support center-aligned mode.
I was disturbed to discover this, and hope you can avoid similar disappointment...
Regards,
Dave