STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 717 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
  • 1748 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
  • 1470 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
  • 820 Views
  • 5 replies
  • 1 kudos

Resolved! stm32f3xx_hal_def.h should be modified

IMHO in the file "stm32f3xx_hal_def.h" the section "Exported types" should be moved in front off section "Includes", because some of the types are used in the included files, but "stm32f3xx_hal_def.h" will not be reentered. It produces error like thi...