-
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
ST-Link does not recognize STM32F767ZI #433
Comments
@BirdBare could you try the custom branch, I have no hardware to test but it should work: |
It is not working. I get the same Problem. Is my device ID incorrect? EDIT: It does work with my older STM32F407 Discovery. EDIT: Nevermind I forgot to change my PATH. It is working. Thanks for the help! Bradleys-MBP-2:stlink-support_stm32f7x7x bradleybare$ st-util |
* master: Add flash loader core id and chipid for STM32F767ZI with nucleo-144 flash_loader.c: Add STLINK_CHIPID_STM32_F7XXXX Initial support for STM32F7x7x, for nucleo-144, STM32F767ZI issue #433
* deprecate-autotools: Integrate with AppVeyor CI, make MinGW32 and 64 work again Add flash loader core id and chipid for STM32F767ZI with nucleo-144 flash_loader.c: Add STLINK_CHIPID_STM32_F7XXXX Check empty TRAVIS_TAG Obey to git 1.8 usb.c: Fix warning in printf format with size_t Try again... CMakeLists: Fixup tag version fetching Initial support for STM32F7x7x, for nucleo-144, STM32F767ZI issue #433 Blaat Deprecate autotools build system
Closed by #436. |
st-util
Output:
2016-06-18T02:02:33 INFO src/stlink-common.c: Loading device parameters....
2016-06-18T02:02:33 WARN src/stlink-common.c: unknown chip id! 0x10006451
Expected/description:
I cannot get st-link to connect to my STM32F767ZI chip. I am wondering if this chip is supported at this time?
Thank you,
Bradley
The text was updated successfully, but these errors were encountered: