Resolved! ST-Link Mini Connections
The STLink Mini data sheet has a pin labeled "T_NRST" I am wondering if this needs to be connected to the "DEBUG_JTRST" or the "NRST" pin of the microcontroller.
The STLink Mini data sheet has a pin labeled "T_NRST" I am wondering if this needs to be connected to the "DEBUG_JTRST" or the "NRST" pin of the microcontroller.
Hello, Im writing a bootloader for the STM32F303 and I have some issue with the use of the HSE through the PLL using rcc_clock_setup_pll from libopencm3.I have three pieces of software on the MCU, flashed using OpenOCD :- A start bootloader flashed a...
Hi,i'm currently trying to find a suitable way to programm options bytes in production.The boards are flashed using a J-Link and we would not like to switch to ST-Link.Is it possible to simply add the option bytes to our binary?I guess at least some ...
Hello, I have a nucleo 144 development board with a stm32f429. Which I was able to record and it worked correctly but then it fell to the floor and the pcb separated from the st-link. And now my program doesn't run, I can't enter DFU mode either. I t...
Hello, first post here. I have Stm32 Nucleo board and I'm making some tests on this for the first time. Is there a eay to record audio and play sound with this board? I also intend to store those recordings directly in a USB - A. Any suggestions? If ...
Hello everyone,I have designed a custom board with the STM32G0B1CET6N but I cannot connect to the nucleo st-link programmer.I have removed the two jumpers from the nucleo board but when connecting to the board it doesn't get recognised by the ST-Link...
Hi all,I have an STM32F746G-DISCO board bought some years ago and I am trying to use it with a Pololu Dual VNH5019 Motor Driver Shield for Arduino (https://www.pololu.com/product/2507) to drive a DC motor.I successfully created a TouchGFX application...
CURRENTLY I AM WORKNG ON STM32F407 DISC1. NOW I WANT TO DEVELOP CUSTOM BOARD USING .COULD YOU PLEASE REVIEW THIS SCHEMATIC CONNECTIONS.
I recently downloaded and installed the latest version of STM32CubeIDE, and went to configure a project for the STM32F072B-DISCO eval board.However, contrary to other threads here, and instructions provided with the board, that part number (in fact, ...
Hello All, its my first post here - i just started my journey with Nucleo 429ZI board.I wrote simple app where i want to receive i different way(with-and-without interrupt) data from USART2 and USART6 ports. While i dont have any troubles getting dat...