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

Bug report for STM32F765

Hi,As part of SOUP (Software of Unknown Provenance) validation for a Class C medical device, i need to provide a couple of information.I am using STM32F7xx series of microcontroller (specifically STM32F765). The version number in use is V1.1.2, i und...

Problem accessing Internal Boot Loader in STM32H743xx

Hi Everyone,I am working on a project where I need to program STM32H743xx MCU through UART, but I am facing problem in entering the internal bootloader through software. I have created a .s file to enter the bootloader where I need to wait for a firm...

James1 by Associate II
  • 1078 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 HAL PHY Write register question

I have trouble to understand bits in phy registers using HAL_ETH_WritePHYRegister() method.I'll try to explain my question using PHY_AUTONEGOTIATION value defined in stm32xxxx_hal_config.hBasing on the default LAN8742a which is implemented on nucleo ...

John Doe1 by Associate III
  • 1221 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_Delay() not working properly?

Hi,I'm working on a project to create a voltage inverter controlled by a STM32103C8T6 (the bluepill). Later, I intend to include a boost converter to have a better voltage control.The problem is that my delays aren't working properly. Where I should ...

Battery Charge Detection Fails after First Time

I am having a similar problem to this post: https://community.st.com/s/question/0D50X00009XkewvSAB/battery-charging-detectorusbbcdr-of-stm32f04-only-works-one-timeThis is on an STM32L433 using L4 HAL 1.13.0.Initially, all subsequent BCD checks after ...

Resolved! STM32L4 reference manual usb sram adress discrepancy

Dear Sir or madam, I would like to report a discrepancy in the reference manual of the stm32l4 series Quote from 45.6.2 Buffer descriptor table "The first packet memory location is located at 0x4000 6000"The package memory for usb is also called usb ...

ThiZi by Associate
  • 727 Views
  • 3 replies
  • 0 kudos

HAL: Unused parameter warnings

I compile my code with -Wunused-parameter and I get many "warning: unused parameter …" for the STM32F4 HAL.Would be great if this can be fixed in the library. I don't want to change the library and then have to maintain the changes.Thanks!Harjit