Skip to content

variants/NUCLEO_F767ZI/variant.h seems incomplete #1302

Closed
@ZinggJM

Description

@ZinggJM

I get compile error when I try to use the pin name PD10 (e.g. in a list of FSMC data pins).
The Nucleo-144 STM32F767ZIT6 144 PINS has many more pins than available as names (#define) in variant.h
The Nucleo-144 STM32F746ZGT6 144 PINS seems to have these pins in variant.h (Morpho Pins).

Activity

fpistm

fpistm commented on Feb 15, 2021

@fpistm
Member

Hi @ZinggJM
yes the variant has been added like this. This is not an issue.
Anyway I'm currently reworking the variant and all the pins will be available. See #1091

added this to the 2.0.0 milestone on Feb 15, 2021
added 9 commits that reference this issue on Mar 22, 2021
d70384c
c5544ed
77c71fe
9fa1071
4b5488f
46df775
f8a8b44
cbc78fc
5afd609

13 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    variants/NUCLEO_F767ZI/variant.h seems incomplete · Issue #1302 · stm32duino/Arduino_Core_STM32