Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

STM32H747I Disco Board #2

Open
stanleycelestin1 opened this issue Jun 18, 2021 · 3 comments
Open

STM32H747I Disco Board #2

stanleycelestin1 opened this issue Jun 18, 2021 · 3 comments

Comments

@stanleycelestin1
Copy link

Will this repo work for the STM32H747I Disco Board?

If not, what work flow do you suggest for the STM32H747I Disco Board?

I am new to STM32 and would like any guidance. I find the resources from STM to be all over the place.

Any help will be appreciated.

@elmot
Copy link
Owner

elmot commented Jun 18, 2021

I believe I have a better solution
Check this gist instead
https://gist.github.com/elmot/c48f756c5443c4a003978db94392e00d

@stanleycelestin1
Copy link
Author

stanleycelestin1 commented Jun 22, 2021

Thank you @elmot. I was able to use that cmakelist but I am getting the same issue that I had using the the double cmake strategy:

After configuring the the debugger per the instructions on the readme I was unable to flash the project.

When I run/debug the CM4 I get this:
image
Can you help me understand what is causing that?

When I run/debug the CM7 I get this:
image

Can you help me understand what is causing Info : default port : 7184 Info : Remote address: 127.0.0.1 Info : stlinkserver already running, exit

For the CM7 project, I have toggle for LED4 with is on PI15:
HAL_GPIO_TogglePin(GPIOI, GPIO_PIN_15); HAL_Delay(500);

Is there something I am doing wrong here? I just want blink an LED to see the full dev cycle

@elmot
Copy link
Owner

elmot commented Jun 22, 2021

Sorry I had to point you to the following comment with more details:
https://youtrack.jetbrains.com/issue/CPP-21014#focus=Comments-27-4534144.0-0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants