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

Currently project based on NUCLEO-H743ZI2. In this project there is a ADC DMA sequence used for VBat, vrefint and temperature. At boot the HAL_ADC_START_DMA() failed with HAL_ERROR.

I trace this back to the call tmp_hal_status = ADC_Enable(hadc) in HAL_ADC_START_DMA() in stm32h7xx_hal_adc.c.When I look into ADC_Enable(), I see comment about a workaround. There is waited for ADC_ENABLE_TIMEOUT. But with the settings I use, this A...

STM32F103 RTOS Delay in between threads

I am creating a project using STM32F103C8T6 controller in which I am using RTOS. I have 4 threads in it. The functions in each of these threads experiences a significant amount of delay (eg: if any sensor is connected for the value to be read from th...

ASURE.1 by Associate
  • 619 Views
  • 1 replies
  • 0 kudos

STM32 LWIP DHCP MAC address Issue

I am currently investigating a peculiar issue with DHCP on a custom board/firmware based around an STM32H743.The firmware uses the STM32 HAL drivers and LWIP middleware which are configured courtesy of CubeMx before the project is imported into Visua...

JAshb by Associate
  • 1774 Views
  • 3 replies
  • 0 kudos

Resolved! HAL Version Number Info

Hello, I've a question about the HAL-Version FW_L4_V1.15.1. In the file stm32l4xx_hal.c there are defines for the HAL-Version-Number: #define STM32L4XX_HAL_VERSION_MAIN  (0x01U) /*!< [31:24] main version */ #define STM32L4XX_HAL_VERSION_SUB1  (0x0BU)...

Resolved! LwIP and http SSI issues.

Hi,I am trying to get my head around LwIP stack. I am following document "Getting Started with Ethernet on the STM32 Nucleo" by Daniel W Rickey. In Server side includes (SSI) example everything works fine only when I try to access my website by enter...

RZasa.1 by Associate III
  • 2550 Views
  • 4 replies
  • 1 kudos

STM32H7 missing USB device after DFU bootload

Hi,I have a bug with my bootload application on STM32H743ZI (my device is powered and bootloaded throw the same USB port)1 - I send a HID USB message to tell the micro to jump to bootloader2 - I bootload using DfuSe dll (it appears to work fine)3 - A...