STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Timer 1 Retriggerable One-Pulse Mode

Hi, I want to do something extremely basic. Trigger a pulse using software for Timer 1 which is configured in Retriggerable One-Pulse Mode. Background: I can do the above if the Timer 1 is in normal One-Pulse mode. By simply Writing the CEN bit in TI...

danielbathtub_0-1738570289011.png danielbathtub_1-1738570680795.png danielbathtub_2-1738570759664.png danielbathtub_3-1738570915557.png

STM32F103C8T6 Firmware for Bootloader

Greetings to the community,I have a problem with creating a firmware for the bootloader. I'll start a little differently:Some time ago I made a bootloader for STM32F407VET6. The only thing I did was change the memory length in the STM32F407VETX_FLASH...

Chlaban by Associate
  • 279 Views
  • 2 replies
  • 1 kudos

USB connection problems with STM32F7

Hello,In one of our products we've moved from a PIC32 to a STM32F7. The product is self powered and has a USB connection (USB-Device Full-Speed, HID). Everything works as expected normally. Sometimes however, when I plug in the USB cable, I get an er...

os81 by Associate III
  • 2521 Views
  • 5 replies
  • 5 kudos

Resolved! STLINK-v3 + CANbus transceiver wiring?

This is my setup, STLINKV3+CubeProgrammer (trough CAN) accesing Systembootloader of stm32f405RGIt doesnt work.Ive tried no Canbus transceiver , digital connection with the onboard diodes from STLINK expansion (blue pcb) and everything works fine. May...

Javier1_1-1737562818363.png Javier1_2-1737562946442.png Javier1_3-1737563041394.png Javier1_0-1737562371567.png
Javier1 by Principal
  • 389 Views
  • 4 replies
  • 1 kudos

STM32F407ZET6 Could not verify ST Device

Hi All, I have a setup where I bought a STM32F407ZET6 dev board from AliExpress and have been using for almost 6 years using STM32Cube IDE. It was only until i updated my IDE from 1.6 to 1.14 when it started saying that "Could not verify ST Device! P...

Neolithic_0-1702623539327.png
Neolithic by Associate III
  • 4620 Views
  • 17 replies
  • 4 kudos

Resolved! Help installing Patch for STM32CubeF0

Hello, I new to STM32Cube IDE and am starting out with the STM32F031C6T7 device. My development computer at work does not have an internet connect so I must download any required software and manually install it. How do I manually install the followi...

ST2.png ST.png
JLIND.1 by Associate III
  • 111 Views
  • 1 replies
  • 1 kudos

stm32F10x MSC with SPI Flash (W25Q256) problem

Hello,I am trying make a USB device MSC.It works fine with SD card, but I want both SD card and flash.( I set max_lun to 1.)I have wrote the SPI_Flash_Write and  SPI_Flash_Read that can be called by MAL_Write and MAL_Read.It seems work fine cause I c...

thonsha by Associate
  • 227 Views
  • 3 replies
  • 2 kudos

sdio not working

Hello, i have an stm32h723zgt6 project and sd is not working, i tried modifying my code to write to the card and it doesn't work/* USER CODE BEGIN Header */ /** ****************************************************************************** * @fil...