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

[feature] NUCLEO-C031C6: device not recognized #1329

Closed
5 tasks done
vijaydhiman opened this issue Aug 23, 2023 · 3 comments · Fixed by #1354
Closed
5 tasks done

[feature] NUCLEO-C031C6: device not recognized #1329

vijaydhiman opened this issue Aug 23, 2023 · 3 comments · Fixed by #1354

Comments

@vijaydhiman
Copy link

vijaydhiman commented Aug 23, 2023


st-info --probe
Found 1 stlink programmers
version: V2J42S27
serial: 066EFF555071494867244228
flash: 0 (pagesize: 0)
sram: 0
chipid: 0x453

  • Programmer/board type: [NUCLEO-C031C6] (STLINK V2 onboard)
  • Operating system an version: [WSL]
  • stlink tools version and/or git commit hash: v1.7.0-296-gf7fb0a6
  • stlink commandline tool name: [enter here] (e.g st-info, st-flash, st-trace)
  • Target chip (and board, if applicable): [NUCLEO-C031C6]

Commandline output:
st-info --probe

Found 1 stlink programmers
  version:    V2J42S27
  serial:     066EFF555071494867244228
  flash:      0 (pagesize: 0)
  sram:       0
  chipid:     0x453

in stmcubeide i'm able to flash and debug the device without any issue


tested the same command(st-info --probe) just to make sure the stlink works fine on my machine with nucleo f446re
Commandline output:
st-info --probe

Found 1 stlink programmers
  version:    V2J42S27
  serial:     066AFF545383564867215039
  flash:      524288 (pagesize: 131072)
  sram:       131072
  chipid:     0x421
  dev-type:   STM32F446
@vijaydhiman vijaydhiman changed the title [NUCLEO-C031C6]: $device not recognized [NUCLEO-C031C6]: device not recognized Aug 23, 2023
@Nightwalker-87
Copy link
Member

This device is not supported (yet).

@vijaydhiman
Copy link
Author

Is there any other way to flash it through cli?

@Nightwalker-87
Copy link
Member

No, not with this toolset currently. The correct handling of the hardware has to be implemented in the library first.
As you mentioned WSL on Windows, I recommend to use the official ST-Link Cube programmer from ST-Microelectronics instead.

@Nightwalker-87 Nightwalker-87 changed the title [NUCLEO-C031C6]: device not recognized [feature] NUCLEO-C031C6: device not recognized Sep 4, 2023
@Nightwalker-87 Nightwalker-87 linked a pull request Nov 12, 2023 that will close this issue
@Nightwalker-87 Nightwalker-87 self-assigned this Nov 12, 2023
@Nightwalker-87 Nightwalker-87 modified the milestones: Longlist, v1.8.0 Nov 12, 2023
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Nov 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants