2021-03-01 11:50 PM
Previously I posted that I need MASTER Timer enabled so that the HRTIM1E interrupt would occur in H747.
https://community.st.com/s/question/0D53W00000UfL6uSAF/hrtime1-interrupt-not-firing
It turns out that it is similar to G474.
The code generated by CubeMX is wrong.
As shown below, I enable interrupt source on timer repetition.
but the code generated is
pTimerCfg.InterruptRequests = HRTIM_MASTER_IT_NONE;
Also notice that it is the definition for MasterTimer while I am using TimE and MasterTim is not enabled.
So, I need to overwrite manually with
pTimerCfg.InterruptRequests = HRTIM_TIM_IT_REP;
Pls try to fix.
2021-03-02 02:02 AM
Hello @victagayun
Thanks for your feedback,
Could you please share your ioc file to check the problem ?
Thanks, Khouloud
2021-03-02 02:30 AM
2021-03-02 05:15 AM
Hi again @victagayun
Thank you for the share of your project, I have reproduced the issue on my side and it will be fixed.
Thanks for raising this issue to our attention :)
Khouloud
2021-08-19 02:51 AM
Hi @victagayun ,
I'm back again to inform you that issue is now fixed, you can use the latest CubeMX version available on site :)
Khouloud