2020-03-12 11:21 PM
Hi all,
I have developed a program with NUCLEO-H743ZI (Version 1).
And there is no problem for debugging. Recently, I bought NUCLEO-H743ZI2 (Version 2). I found it cannot enter main function in the first beginning.
I try to uncheck 'run to main' item in IAR, and step into SystemInit. And everything goes well until stock in endless loop between __iar_data_init3:
I am wondering know why hardware difference between NUCLEO-H743Z v1 and v2 cause this issue.
Thanks
2020-03-13 12:25 AM
> And everything goes well until stock in endless loop between __iar_data_init3:
So obviously, you have a problem there.
I would first check the errata sheet for the H743 controller for known issues, and then determine the exact assembler instruction causing the problem.
Involved register values should indicate the problem.
Perhaps post those values here.
2020-03-15 07:45 PM
Thank you for your advice,
I am stuck in __iar_zero_init3:
And I am trying to find solutions.
Tks