Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Would it be possible to provide support for the Nucleo F446ZE card? #1970

Closed Answered by fpistm
7heS4ge asked this question in Variants
Discussion options

Would it be possible to provide support for the Nucleo F446ZE card?
Or can I choose another board in Arduino IDE (like F207ZG) ?

My problem is I attempt to use the Adafruit RG Matrix Panel library, but I have compilation error because the library check this definitions : ARDUINO_ARCH_ESP32, AVR_ATmega2560
What definitions can I add to the code to make it work ? Is Nucleo F446ZE like an Arduino UNO, or like a Arduino MEGA, AVR microprocessor ?

You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

Hi @7heS4ge
The definition to use is: ARDUINO_ARCH_STM32

About Nucleo F446ZE, I've added the request to the #722
You could at least add the generic support:
https://github.com/stm32duino/Arduino_Core_STM32/wiki/Add-a-new-variant-%28board%29

You must be logged in to vote
1 reply
@fpistm
Comment options

Provided by #2108

Answer selected by fpistm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.