2025-09-10 5:35 PM
Dear all!
i'm handle graduation thesis project: " design driver for PMSM using STM32 base external mode with Matlab simulink"
i design hardware as PDF file, all block working without ADC, i try to set up by STM32cubeMX 6.14 but it still can't run, so can you help take a look and share the problem.
Solved! Go to Solution.
2025-09-12 7:40 AM
Hello @khanhcong861989;
By checking the PMSM.ioc file, I noted that you are using a higher ADC clock source.
I recommend you to refer to the datasheet and check the maximum ADC clock frequency for different STM32H743 revision (rev Y and rev V).
Also, I advise you to update your STM32CubeMX toolchain and your STM32CubeH7 firmware package.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-09-12 7:40 AM
Hello @khanhcong861989;
By checking the PMSM.ioc file, I noted that you are using a higher ADC clock source.
I recommend you to refer to the datasheet and check the maximum ADC clock frequency for different STM32H743 revision (rev Y and rev V).
Also, I advise you to update your STM32CubeMX toolchain and your STM32CubeH7 firmware package.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-09-16 6:18 PM
Kaouthar!
many thank for yours sharing, i adjusted ADC clock frequency, and config MPU 0 then it ran already