STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 HAL I2C

Good morning, I'm having trouble understanding how to solve a problem.there is already a software developed in keil 4, but we need to change some things but now we will use keil 5 with the hal library, so far ok without problems.my first problem was ...

Switching between USB CAD state machines

Hi, what is the correct way to switch between CAD state machines? For example, between DRP to SNK and vice versa.Motivation: When the battery is bellow the defined SOC, switch from the DRP state machine to the SNK only and stop toggling between SRC a...

kumen by Associate II
  • 513 Views
  • 4 replies
  • 0 kudos

STM32 G4 HAL i2c not clearing interrupts

**Problem:**- When the I2C is enabled, the part can hit the WWDG.- It looks like the pointer to the function `XferISR` is getting set to NULL somehow.  - When this happens, the interrupts are not cleared, and it continually fires the interrupt becaus...

photon by Associate
  • 456 Views
  • 3 replies
  • 0 kudos

LWIP for F767ZI

Hi y'all, is there a IOC file or way to setup the LWIP + RTOS + NETCONN example via IOC for STM32F767ZI? I have it completely working based on the example with no IOC, but that makes this code hard to scale and move across multiple machines. I notice...