8000 GENERIC H7A3ZITXQ missing Q in product_line · Issue #2628 · stm32duino/Arduino_Core_STM32 · GitHub
[go: up one dir, main page]

Skip to content
8000

GENERIC H7A3ZITXQ missing Q in product_line #2628

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

Closed
byquip opened this issue Jan 13, 2025 · 1 comment · Fixed by #2631
Closed

GENERIC H7A3ZITXQ missing Q in product_line #2628

byquip opened this issue Jan 13, 2025 · 1 comment · Fixed by #2631
Assignees
Labels
bug 🐛 Something isn't working
Milestone

Comments

@byquip
Copy link
byquip commented Jan 13, 2025

in file variants/STM32H7xx/H7A3Z(G-I)TxQ_H7B3ZITxQ/boards_entry.txt when I tried to add generic board H7A3ZITxQ
Was

GenH7.menu.pnum.GENERIC_H7A3ZITXQ.build.product_line=STM32H7A3xx

Should be

GenH7.menu.pnum.GENERIC_H7A3ZITXQ.build.product_line=STM32H7A3xxQ

@fpistm pointed out this here: https://www.stm32duino.com/viewtopic.php?p=15165#p15165

Describe the bug
Despite the change after basic blink sketch upload the board do not blinking.

To Reproduce
basic blink example. no changes

Steps to reproduce the behavior:

  1. Plug
  2. Upload
  3. No behavior

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Desktop (please complete the following information):

  • OS: Win 11
  • Arduino IDE version: 2.3.4
  • STM32 core version: 2.9.0
  • Tools menu settings if not the default: default
  • Upload method: SWD

Board (please complete the following information):

  • Name: Nucleo H7A3ZI-Q

Additional context

Log:

Sketch uses 19892 bytes (15%) of program storage space. Maximum is 131072 bytes.
Global variables use 1352 bytes (0%) of dynamic memory, leaving 522936 bytes for local variables. Maximum is 524288 bytes.
Selected interface: swd
-------------------------------------------------------------------
STM32CubeProgrammer v2.17.0
-------------------------------------------------------------------

ST-LINK SN : 0038004D3532510E31333430
ST-LINK FW : V3J15M7
Board : NUCLEO-H7A3ZI-Q
Voltage : 3.29V
SWD freq : 8000 KHz
Connect mode: Under Reset
Reset mode : Hardware reset
Device ID : 0x480
Revision ID : Rev X
Device name : STM32H7A/B
Flash size : 2 MBytes
Device type : MCU
Device CPU : Cortex-M7
BL Version : 0x92

Memory Programming ...
Opening and parsing file: Blink.ino.bin
File : Blink.ino.bin
Size : 20.10 KB
Address : 0x08000000

Erasing memory corresponding to segment 0:
Erasing internal memory sectors [0 2]
Download in Progress:

File download complete
Time elapsed during download operation: 00:00:00.094

RUNNING Program ...
Address: : 0x8000000
Application is running, Please Hold on...
Start operation achieved successfully

@fpistm fpistm added the bug 🐛 Something isn't working label Jan 13, 2025
@fpistm
Copy link
Member
fpistm commented Jan 13, 2025

Despite the change after basic blink sketch upload the board do not blinking.

About this see my answer in the forum. Here we will track only the issue with product line generation.

@fpistm fpistm self-assigned this Jan 13, 2025
@fpistm fpistm added this to the 2.10.0 milestone Jan 13, 2025
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this issue Jan 14, 2025
Fixes stm32duino#2628.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this issue Jan 14, 2025
Fixes stm32duino#2628.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants
0