2023-07-06 10:12 PM
Hello,
I want to use Nucleo-H745ZIQ board with operating clock at 480 MHz for M7 and 240 MHz for M4. Below is the clock configuration.
Under RCC, options are either PWR_LDO or PWR_EXTERNAL_SOURCE_SUPPLY selection enabled. Voltage scale as Power Regulator Voltage Scale 0.
Jumper settings on board is as follows.
External supply given is +9 V to VIN.
While loading the code in the controller, I received error as No STM32 target found.
I reset the core with STM32Cube Programmer, and found board working again.
But as soon as I repeat the above procedure to load the code with maximum clock selection, I got the same error.
Then I cut down the operating speed to 75 MHz for M7 and 60 MHz for M4 and selected Internal power supply and programmed again. Found working okay.
Can anyone let me know what wrong is going while I am trying to load the board with M7-480 MHz and M4-240 MHz?
Is there any wrong selection of parameters or something else.
Regards,
Nikhil
Solved! Go to Solution.
2023-07-10 01:45 AM
Solution:
connected external 9V to VIN pin of the board.
Thank you all for your support.
2023-07-06 11:33 PM
set rcc to PWR_LDO and try.
2023-07-06 11:59 PM
2023-07-07 12:00 AM
@Foued_KH I see in some post that you had some solution similar to my query.
could you please see and help me with the issue mention above.
Nikhil
2023-07-07 01:08 AM
use set debug :
+
is normal debug connection working ?
control voltages when debug : vin, 5v , 3v3 , 3v3 for st-link .
2023-07-07 01:35 AM - edited 2023-07-07 01:36 AM
Debugger setting... Software system reset
Normal debug is working if I set clock frequency to less than 100 MHz and with below set up
control voltages are also okay.
Nikhil
2023-07-07 01:58 AM
How current is sink from your 9V? Is stable
2023-07-07 02:40 AM
Hello @Nsg1987 ,
Please make sur that you are following the recommendation in this section : 6.4.6 Debugging while using VIN or EXT as an external power supply.
Foued
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.
2023-07-07 03:11 AM
Yes...I am following the same sequence.
But still facing the same issue. Could you please suggest clock configuration required to operate the board with maximum speed i.e. 480 MHz
Nikhil
2023-07-07 03:14 AM
roughly 120 mA. 9 V supply is given from regulated power supply which has capability to provide up to 5 A current if required and power supply is stable. VIN pin is accepting voltages from 7 V to 11 V.
Nikhil