STM32H757I-EVAL board debug not working in keil ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-27 9:51 AM
Dear All,
I had purchased STM32H757I-EVAL board. I am not able successfully debug my program.
Events happened in sequence,
- Successfully booted the demo code. Explored all the function shown on the LCD.
- Using STMCubeMX (Ver 5.3.0) selected the EVAL board from the list and generated the code in default configuration. IDE choice is keil 5
- Code compiled in keil successfully. But I had select the internal flash 2MB in the configuration utility. Code loaded successfully.
- When debugging in keil, the Program counter (PC) did not reach the main(). It is stuck in one place. This is the problem.
I need help on sample code, like led blinking. Kindly share if any code is there to start the project.
Secondly, @STM32H743_User​ Default configuration generated from CubeMX should work directly on EVAL board. But it is not, kindly advice.
Not able to find example codes for this EVAL board. kindly help on this issue.
- Labels:
-
DEBUG
-
Keil
-
STM32CubeMX
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-27 10:02 AM
The STM32H757I-EVAL and STM32H747I-EVAL are the SAME board, the former having Crypto/Hash functions enabled.
Find and check the examples and applications in the CubeH7 repository, ie
STM32Cube_FW_H7_V1.5.0\Projects\STM32H747I-EVAL\Examples\CRYP\CRYP_AESGCM\MDK-ARM
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-27 10:03 AM
Button pressing, LED blinking level example
STM32Cube_FW_H7_V1.5.0\Projects\STM32H747I-EVAL\Examples\GPIO\GPIO_EXTI\CM7\Src\main.c
Up vote any posts that you find helpful, it shows what's working..
