STM32 Nucleo-144 (version with STM32F746ZG)

And here it is! If you heard about Nucleo-144, then it’s true!

STMicroelectronics released new development board called STM32 Nucleo-144 (STM32 in LQFP144 package).

Extension of “Nucleo development board family” is totally logical step to possibility of using another peripherals because only Arduino connector is quite horrible for STM32 microcontrollers.

Nucleo-144 combines existing Nucleo board and Discovery boards partly. It contains Morpho connector, new Zio connector and Arduino connector.

Nucleo-144 includes ST-Link/V2-1 programmer and debugger.

It can be powered from USB port or external adapter with 3.3V or 7 – 12 V.

The board contains other peripherals as USB OTG, IEEE-802.3-2002 Ethernet connector, 3 LEDs, 2 buttons (USER and BUTTON) and 32 kHz low frequency oscillator.

Nucleo-144 are supported by IAR?, Keil?, GCC-based IDEs (AC6 – http://openstm32.org), ARM?mbed? IDE.

Nucleo-144 will be with microcontrollers:
STM32F207ZGT6
STM32F303ZET6
STM32F429ZIT6
STM32F446ZET6
STM32F746ZGT6

Price of this version is $23.00.

Another information find here: http://www.st.com/web/en/catalog/tools/FM116/CL1620/SC959/SS1532/LN1847/PF262631

Share the article:
Tags:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

Arduino is very popular platform with support from huge community. You can buy a lot of Arduino (compatible) boards – original Arduino, clone of Arduino with the same microcontroller (ATmega328, SAMD21) or different microcontroller (ESP32, ESP8266). Arduino board with STM32…

AVR, ATMega, ATTiny, PIC, Arduino… these are very searching words in google and I asked myself “Why?”. Yes, AVR by Atmel or PIC by Microchip family is popular, but we can program better (modern, faster, more low-power, more peripherals) microcontrollers…

STM32 Nucleo – this is a new name for development boards by ST Microelectronics. These development boards are available: NUCLEO-F103RB, NUCLEO-L152RE, NUCLEO-F401RE, NUCLEO-F030R8 (and NUCLEO-F072RB). If you take notice, the microcontrollers are from F4, F1, F0 and L1 series. The…

The first article from Tutorial: STM32F746 (STM32F7 Discovery) serie. I would like to describe how to turn on LED simply controlling GPIO. Why I began to write this tutorial and why I don’t want to use HAL or Standard Peripheral…

The first article about STM32duino described “How to start with STM32 like Arduino. The second article of tutorial describes how to control GPIO – digital input, output and also PWM output. All articles about STM32duino: STM32duino I. – How to…