STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103C6T6 USB Bootloader Flash Issue

I've been previously programming the STM32F103C6T6 blue pill with an FTDI via UART and am now trying to flash a USB bootloader binary to program it directly via USB.I've closely followed the guide on https://www.electrosoftcloud.com/en/stm32f103-boot...

Kartik1004_0-1695959768385.png Kartik1004_1-1695959829733.png Kartik1004_2-1695959884237.png Kartik1004_3-1695959973802.png

Resolved! STM32U545REI6Q Bootloader GPIO config

AN2606 does a very good job of describing communication peripheral usage by the bootloader, but not so much GPIO pins.Can I get a description of how each of the GPIO pins on the ST32U545REI6Q is configured by the bootloader? This could be important i...

CSmit.4 by Associate II
  • 132 Views
  • 2 replies
  • 1 kudos

Trying to programmatically get timer details

I use CubeMX to generate the set up code for clocks and peripherals in the STM32H7A3 I'm currently using for my current work.  I'd like to calculate the timer and low-power timer call back periods programmatically without having to type in magic numb...

magene_0-1720992964120.png magene_1-1720993221123.png
magene by Senior II
  • 216 Views
  • 3 replies
  • 0 kudos

Resolved! stm32h7 ethernet tcp connection lwip

   /* add the network interface (IPv4/IPv6) with RTOS */ netif_add(&gnetif, &ipaddr, &netmask, &gw, NULL, &ethernetif_init, &tcpip_input); /* Registers the default network interface */ netif_set_default(&gnetif); if (netif_is_link_up(&gneti...

UDP communication on STM32H563ZI

I want to do UDP communication using ThreadX and NetXDuo on an STM32H563ZI.I searched for STM32Cube Examples and found a sample project for STM32H5, but because FW_H5_v1.3.0 does not exist, an error occurs.The following page is set up as an example o...

Nao05215 by Associate
  • 203 Views
  • 5 replies
  • 0 kudos

Resolved! System Bootloader GO command doesn't work

I'm using stm32flash (https://sourceforge.net/projects/stm32flash) as my host on a raspberry pi. It's connected to the STM32H750 using I2C.Steps:Upload the code onto the STM32./stm32flash -a 0x4E -w stm32-blinky.bin -v -R /dev/i2c-1   stm32flash 0.6 ...

0693W00000HnsJIQAZ.png
dscdsc by Senior
  • 1034 Views
  • 3 replies
  • 0 kudos