Skip to content

GENERIC H7A3ZITXQ missing Q in product_line #2628

Closed
@byquip

Description

@byquip

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

Activity

fpistm

fpistm commented on Jan 13, 2025

@fpistm
Member

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.

self-assigned this
on Jan 13, 2025
added this to the 2.10.0 milestone on Jan 13, 2025
added 2 commits that reference this issue on Jan 14, 2025
5d4ed4e
b4f8379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bug 🐛Something isn't working

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions

    GENERIC H7A3ZITXQ missing Q in product_line · Issue #2628 · stm32duino/Arduino_Core_STM32