NUCLEO-G031K8
Arm Cortex-M0+ MCU with 64 Kbytes of Flash memory, 8 Kbytes RAM, 64 MHz CPU, 2x USART, timers, ADC
This board is not available with online compiler.
But since mbed-os-6.2.2, it is available on github repo:
STM32 general information¶
https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_STM/README.md
ST board webpage¶
https://www.st.com/en/evaluation-tools/nucleo-g031k8.html
STM32G031K8 webpage¶
https://www.st.com/en/microcontrollers-microprocessors/stm32g031k8.html
Board pinout¶
Restriction¶
Warning
Some boards have issue with the HW reset feature
You can solve the issue by using ST programmer tool: https://www.st.com/en/development-tools/stm32cubeprog.html
Open the Option Bytes (OB) page,
In User Configuration, NRST_mode is currently set to 2
Change value to 3, and Apply
Pull Request which introduce target¶
https://github.com/ARMmbed/mbed-os/pull/13006
You need to log in to post a discussion