-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NUCLEO-767ZI (STM32F767ZI) unsupported? #1008
Comments
UPDATE: I am unable to flash any Nucleo board using version 1.6.1 while version 1.6.0 works just fine. UPDATE 2 2020-08-01 I am unable to add another response here since: |
@tdjastrzebski: Please provide information on the used programmer. |
I can confirm the same flashing issues as above ( @Nightwalker-87 using the embedded ST-LINK/V2-1. |
@Ant-ON Would it be possible to include this in your current branch |
@Nightwalker-87 I can add an extra warning for the error reading the core_id. It must be readable for all Cortex-M targets. In the event of a read error, I add a warning that |
@Ant-ON: Yeah, that sounds good to me. Do you have a reference for the warning above? |
@tdjastrzebski @blazczak Have you experienced any change when testing with the current |
@Nightwalker-87 My focus is currently on relatively new STM32H7A3 so I stopped using stlink months ago but I will check. |
@tdjastrzebski You can check STM32H7A3 too. This target must also be supported. |
@Nightwalker-87 the version in
However, I don't quite remember having to reset manually at the end of each write. Is that a regression (no autoreset)? F7 board. |
@Nightwalker-87 Auto-reset occurred after using v1.6.0 to write the same binary. |
@blazczak To reset the target after flashing, you need to use |
Intermediate summary:
|
Together with the result of #1009 this indicates a local hardware or OS-specific problem, which appears not to be related to this toolset or even OpenOCD 0.10. All other issues mentioned in the summary above should be fixed by #1124 at the latest. |
Trying to debug NUCLEO-767ZI (STM32F767ZI) board I get the following error:
Does the above mean this board is unsupported?
Environment: Windows 10, VSCode, Corex-Debug, STLink 1.6.1, the latest board firmware V2.J37.M26
Interesting, STLink 6.1.0 was able to write flash while STLink 1.6.1 fails to connect (
WARN common.c: unknown chip id! 0x1a
)According to this list Core-ID: 0x5ba02477 is supported. Is incorrect Chip ID what causes the problem? It looks like Chip ID should start with 0x4xx.
Similar issues with this MCU were reported in the past #509, #433 but were fixed. Is it some Chip ID parsing problem?
OpenOCD 0.10 is also having a similar problem with this board.
The text was updated successfully, but these errors were encountered: