STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion 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
  • 1044 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
  • 1410 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...

STM32F7 Ethernet on bare metal without Cubemx

Hi Team,I am Using STM32F7 nucleo board, I created project using ST CUBEIDE version 1.16.0.Note: NOT USING CUBEMX and RTOSI have taken a ref code for low level eth functions ethernetif.c and lwip.c.I Enabled Enable DHCP, Http and SSI it is working fi...

lavanya by Associate III
  • 1878 Views
  • 6 replies
  • 2 kudos