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

STM32F723ZG, FreeRTOS Hardfault, after Enable DCache

Hello,I have a problem with my default code (generated by Stm32CubeIDE), I use a STM32F723ZG with Ethernet.I started a new project, with default settings, this works fine, now I enable ETH and LWIP with DCache, it works fine... now, I enable FreeRTOS...

Sany by Associate III
  • 764 Views
  • 1 replies
  • 0 kudos

Resolved! Can anyone provide version 1.4.0 of stm32cube fw F1 ?

Can anyone provide version 1.4.0 of stm32cube fw F1 ?I'm using Atollic TrueStudio 9.3 to maintain old project,but I can't download that version. My STM32 model is : "stm32f103cb"Full string, as found in .IOC file : "STM32Cube_FW_F1_V1.4.0".Thank you ...

LCice.2 by Associate II
  • 928 Views
  • 2 replies
  • 0 kudos

STM32F4 USB Host

Hello all,​ I Have tried to implement a code to use a USB to read and write the function as a logging process.​My code is running just fine, and it writes and reads just properly. The only problem is that the MX_USB_Host_Process() loop runs only once...

AKh.1 by Associate II
  • 482 Views
  • 0 replies
  • 0 kudos

Resolved! Issue with stm32l433 configuring HSI

Hi,I have a stm32l433 chip and i'm using the internal RC Oszilator HSI.My issue was that code generated straigth from cubemx turned the chip to run too fast, my HalTick was like 1.2 Khz instead of 1kHz. Now i tracked the error down to a bad configura...

0693W000007CqnqQAC.png
Nico_S by Associate II
  • 865 Views
  • 2 replies
  • 0 kudos

Execution control will always be at HAL_I2C_Master_Receive() function while reading the data from RMCS220x DC Servo Motor

Hi, I am writing an application with STM32F746g Discovery board where i need to get the data from the RMCS-220X based Encoder DC Servo Motor with I2C interface.I have written the driver code based on the Arduino Library. Arduino code is working perfe...

VPana.1 by Associate
  • 459 Views
  • 0 replies
  • 0 kudos

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
  • 763 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...