STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STMG01 Baremetal UART not Working

Hi, I wonder has anyone experience with baremetal USART implementation as I have attached a Source file for USART for a 'STM32G0B1RET' discovery board but it just sits there and doesn't transmit anything? See attached (usart.c). I have basically just...

PLee.3 by Associate III
  • 1707 Views
  • 4 replies
  • 1 kudos

Resolved! STM32G030 bootloader issues

Hi,I try to bring the STM32G030 into the bootloader mode, but this isn't works.It works only when the option bytes are set to nBOOT_SEL = 1, nBOOT1 = 1 and nBOOT0 = 0.At that moment we can upload the FW, but when we reset the MCU he will not starts a...

How to set clear on capture timer mode

    I am using STM32G030F6P6TR controller,using cube IDE software.I amusing input capture direct mode for TIMER3 channel 2,I have signal comingto the pin of this capture timer.I want to reset timer after capture has been triggered.Thedocument I am re...

Screenshot (49).png Screenshot (46).png Screenshot (47).png
reipl by Associate
  • 1386 Views
  • 1 replies
  • 0 kudos

Resolved! HEX file with 32 Byte data line

Hi,my post build command produces the following output with 16 Byte per data line:  :020000040802F0 :1000000000000120E9C00008593D0008CD3D00086E :100010001D3E00081F3E0008213E000800000000B1arm-atollic-eabi-objcopy.exe -O ihex --gap-fill 0x00 --pad-to 0...

Martin42 by Associate III
  • 1684 Views
  • 5 replies
  • 2 kudos

STM32C011F6U7 MCU schematic Reset and programming tool

Hi Guys,I will use STM32C011F6U7 did my devices development, but I can not certain that the schematic is correct or not, is right for NRST part? same time I want to know what tools should I used to download FW to units, 5 pins J-LINK or others 4 pins...

gavin3_0-1712050121861.png gavin3_2-1712050147176.png
gavin3 by Associate II
  • 948 Views
  • 2 replies
  • 2 kudos

Resolved! STM32H7 MCU dual processor programming file

Hi, I have a question. I just completed a program for a dual processor MCU, specifically an STM32H745, which has one M7 core and one M4 core. Now I have to organize the production of a hundred cards, and the manufacturer asked me for the .hex file to...

FMass.1 by Associate III
  • 1211 Views
  • 3 replies
  • 0 kudos

Properly add BLE library (.a) to a project

In order to design the Bluetooth Low Energy part of my software, I decided to use BLE Profiles_Lib 3.1.3 Library.There is a few folder inside this root folder (BLE_application, BlueNRG1_Periph_Driver, Bluetooth_LE, CMSIS, cryptolib, hal, SDK_Eval_Blu...