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

Resolved! USBPD GUI interface not working

Hi,I have designed a custom board using STM32G431CB and TCPP03. I am trying to make as a sink device. I followed this video : https://youtu.be/cbdFHmMOMwk?si=GqcDTJeDxTsrFDiGI have successfully generated and compiled the code. Also, i enabled the GUI...

RJain.1 by Associate III
  • 710 Views
  • 7 replies
  • 0 kudos

Resolved! Nucleo-F103rb Keyboard

I'm new to fiddling with MCUs, so I'm looking for some advice, I'm working on a project for my class and I'm trying to emulate a keyboard using the nucleo-F103rb. I have my code written out, I have a usb cable with D+ Connected to PA12 and D- to PA11...

Logan_ by Associate II
  • 699 Views
  • 11 replies
  • 4 kudos

jump function

I have jump function this like that but this method don't work. Please I need help immedietly void jumpToAddress(uint32_t jump_address) { void (*jumpFunction)(void); static constexpr uint32_t SHIFTED_JUMP_ADDRESS_DUE_TO_RESET_HANDLER = 4; static cons...

Snm.1 by Associate III
  • 139 Views
  • 1 replies
  • 0 kudos

I2C integration using DMA Driver

Hi All,I am integrating the IMU sensor Using I2C DMA in circular mode on stm32f103c8t6 using Hal Library, so facing an issue reading the address value.In the below code "HAL_I2C_STATE_READY " this flag is not resetting after once function executes so...

Piyoosh by Associate III
  • 244 Views
  • 2 replies
  • 0 kudos

Resolved! lwip on CM4 STM32h745

Hello,  I am trying to setup the CM4 core with lwip+mbedtls working. Actually I get this code working on CM7 but I need to migrate it to CM4. When I run the code the CM4 get a ard fault interrupt. Debuging I can see that this happens in HAL_MPU_Enabl...

RafaelS by Associate III
  • 427 Views
  • 3 replies
  • 2 kudos