Skip to content
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

Device not found in database! - Nucleo-F767ZI, STM32F767ZI #45

Open
jiapei100 opened this issue May 28, 2018 · 2 comments
Open

Device not found in database! - Nucleo-F767ZI, STM32F767ZI #45

jiapei100 opened this issue May 28, 2018 · 2 comments
Labels

Comments

@jiapei100
Copy link

I'm using Nucleo-F767ZI . It seems Nucleo-F767ZI is NOT supported by QStlink2 yet?

35 Device descriptions loaded.
Searching Device...
ST Link V2 / Nucleo found!
Fetching version...
Fetching mode...
Mode: Debug
Changing mode to SWD...
Fetching mode...
Mode: Debug
Fetching status...
Status: Core Running
Fetching MCU Info...
Device not found in database!
Disconnecting...
Disconnected.

Cheers
Pei

@fpoussin
Copy link
Owner

fpoussin commented Aug 3, 2018

Hi,
You can add an entry in devices.xml with the MCU information to enable support.
Thanks

@bm16ton
Copy link

bm16ton commented Jul 15, 2021

this worked for me, tho it reads 2025k.not 2048k It was reading random 128k to 320k, despite multiple cleans and compiles, for sum reason retyping in the 0x1FF0F442 then clean and compile its stable at 2025k, totally confused about that.

<device type="STM32F767" regtype="STM32F4" coretype="CM7">
  <core_id>0x5BA02477</core_id>
  <chip_id>0x451</chip_id>
  <flash_size_reg>0x1FF0F442</flash_size_reg>
  <flash_int_reg>0xE0042004</flash_int_reg>
  <loader>loader_f4.bin</loader>
  <SR_BSY>0x10</SR_BSY>
  <CR_STRT>0x10</CR_STRT>
  <CR_LOCK>0x1F</CR_LOCK>
  <CR_SER>0x1</CR_SER>
  <CR_PGSIZE>0x8</CR_PGSIZE>
  <buffer_size>0x8000</buffer_size>
</device>

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

No branches or pull requests

3 participants