STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 769 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
  • 778 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
  • 1842 Views
  • 3 replies
  • 0 kudos

Resolved! I2C Timeout

Hi All,I am new to programming in general and I want to ask what is the best practices to timeout on I2C bus communication  Appreciate any ideas and methods ,As I am starting a project with I2C communication for a production device and need to ensure...

Pje by Associate III
  • 1767 Views
  • 2 replies
  • 1 kudos

Resolved! how do I get image end address from linker?

MCU : STM32F411CEU6 Hello everyone. I have an application in which I want to get image end address from linker. Here is a full context of what I want to do, I have a struct living in start of my image, which basically tells the bootloader usefull inf...

HZaib.1 by Associate III
  • 911 Views
  • 5 replies
  • 1 kudos