2019-01-21 01:13 AM
If, as the basis of time, I use a different timer than the systick in the hal_timebase_tim file in the ruler
uwTimclock = HAL_RCC_GetPCLK2Freq ();
there is an error. Should
uwTimclock = HAL_RCC_GetPCLK1Freq ();
Solved! Go to Solution.
2019-01-24 01:15 AM
Hi @wuio
Your issue has been transmitted for the dev team.
it will be implemented in the next version of the CubeMX.
Best Regards,
Wael
2019-01-21 07:23 AM
Hello @wuio ,
Can you please share your ioc file to check this issue.
I cannot reproduce your issue, I checked from my side and I have:
uwTimclock = HAL_RCC_GetPCLK1Freq();
Kind Regards,
Imen
2019-01-22 02:32 AM
2019-01-22 06:13 AM
Hi @wuio ,
You are right, I raised this issue internally to CubeMX team for fix.
Thanks for your contribution.
Kind Regards,
Imen
2019-01-24 01:15 AM
Hi @wuio
Your issue has been transmitted for the dev team.
it will be implemented in the next version of the CubeMX.
Best Regards,
Wael