STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1438 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
  • 798 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...

Resolved! More USB Shenanigans : The Futility of EPENA.

This is a long one, so sit tight around the campfire, and let me tell you the tale of The Futility of EPENA.Several days ago, I began to implement a Mass Storage interface for my own USB stack, equipped with a Bulk IN and OUT endpoint. The first thin...

PhucXDoan by Associate III
  • 1059 Views
  • 7 replies
  • 8 kudos

Resolved! STM32H745 ADC Oversample bug in HAL

Hello, I wanted to share an issue I found with enabling the oversampler for ADC using HAL. I was having issues result not being bit shifted. Further investigation I found that the HAL driver version 1.11 did not write the OVSS bits correctly. Here is...

KVan .2 by Associate II
  • 987 Views
  • 3 replies
  • 1 kudos