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

STM32H747i-Disco Display

I am using an STM32H747i-Disco board for a time critical application. I would like to periodically output simple text messages to the display.but I don't want to use an RTOS, so TouchGFX is not an option. In LCD.c there appear to be no functions to s...

AStew.1 by Associate II
  • 199 Views
  • 3 replies
  • 1 kudos

Resolved! STM32 SPI Cant Set SSM Bit

Hi, Im new to STM32 and Im writing a bare metal spi library however for some reason when I try to change the SSM bit in code it doesnt seem to work. Im able to change the SSM bit in debug mode. void SPI_Enable(SPI_Com* spi) { SPI1_CLK_EN; //Reset...

Resolved! Board with STM32G0B1CEU6N microcontroller (MCU)

Hello All,I have received a PCB which is used in a battery pack that i am working on. Unfortunately the CM does not communicate any more and the last he told me was that they did not flash the devices. The PCB has basic functionalities like displayin...

Programming custom board STM32G0B1RET

Hi,I'm trying to program one custom board with STM32G0B1RET using original STLINK V3 and STLINK V2 without succes.My schematic is very simple as you can see on the image: And the response all time is: Not STM32 target found.. if I use SWD port. If I ...

micropap_0-1755374418337.png
micropap by Associate
  • 239 Views
  • 2 replies
  • 1 kudos

Resolved! stm32L476VE ADC reading opamp channel does not work

I have designed an L476 into a simple controller (BMS) and am trying to use the opamp and ADC and comparators to read the current, and implement a hardware fast overcurrent protection.The opamp is working fine in PGA mode G16. I can see as I inject 2...

DMolo_1-1755334809364.png DMolo_0-1755334775142.png DMolo_2-1755334820167.png DMolo_3-1755334894702.png
DMolo by Senior
  • 308 Views
  • 6 replies
  • 0 kudos

Programming a virgin STM32G0B1

I'm trying to program a virgin SYM32G0B1 with the code I've developed and successfully run on the NUCLEO-G0B1RE/NUG0B1RE$AU2 development board. I'm using the STM32CibeProgrammer 2.20.0 software and an FTDI cable (TTL-232RG-VIP-WE with the Vcc line co...

Resolved! Unable to sink 5V over USB PD

I am using an STM32G4 microcontroller with UCPD and the USBPD middleware. I was following this tutorial (same as AN5418 https://www.st.com/resource/en/application_note/dm00663511-how-to-build-a-simple-usbpd-sink-application-with-stm32cubemx-stmicroel...

Nv7_0-1742192885965.png
Nv7 by Associate III
  • 696 Views
  • 10 replies
  • 0 kudos

Resolved! mt25ql512abb in memory mapped mode not working

I am writing a custom driver for the mt25ql512abb as the one on STM's github doesnt work for my STM32L412KB, I have gotten reading, writing and erasing working but when I try enter memory mapped mode DQ[0-3] on the flash just goes highHere is my func...