STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Bootloader and Ymodem

Hi,I'm study bootloader.using STM32F401RE at windows10.when i download bin file, below picture error occured.i attach my bootloader and application.best,Kim

0693W000007CoT5QAK.png

stm32h7 spi dma receive error

I want to use w5500 on stm32h7 board. Using HAL_SPI_Transmit_DMA() can send msg sucess.But Using HAL_SPI_Receive_DMA() can receive data sucess one time,and run second time,the DMA status is busy tx,and the lock status is locked.the picture is w5500 r...

0693W000005Cq2mQAC.png
gcaif by Associate II
  • 528 Views
  • 1 replies
  • 0 kudos

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
  • 457 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
  • 1168 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
  • 1659 Views
  • 4 replies
  • 1 kudos