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

Is there a work-around to mitigate why SDMMC/FATFS cube generated code does not work (V4.27.0) with STM32F769 MCUs?

The f_mount() function initially returns FR_NOT_READY then on subsequent attempts to mount the SD card the f_mount() function returns FR_DISK_ERR.There seems to be a lot of posts with a similar (or same) problem on the STM32F4.I have followed severa...

AMurr by Associate
  • 318 Views
  • 0 replies
  • 0 kudos

STM32F4 PA7 used by Ethernet and MEMS? Solution PTP?

Hello,I have following ​Problem. Iam try to get Data from the MEMS and send it via Ethernet to another Controller. My issue is, that the Pin PA7 is used for the SPI Mosi and the Carrier Sense Data Valid by the Ethernet (RMII). Now iam trying to recei...

YRink by Associate
  • 520 Views
  • 2 replies
  • 0 kudos

Bug in STM32 LL timer library

I'm seeing a bug in STM32Cube_FW_F1_V1.6.0.I was using timer 2 in up counting mode with a prescale value of 6399, however the prescale value was not being used. After stepping through the code I noticed a bug in the LL_TIM functions.The LL_TIM_Disabl...

SPeir by Associate
  • 482 Views
  • 1 replies
  • 0 kudos

Does anyone got STM32F767ZI ethernet working?

I've been trying to run some examples with FreeRTOS and lwip stack but I can't make it work. I'm using CubeMx to generate the config just like this tutorial: https://www.carminenoviello.com/2016/01/22/getting-started-stm32-nucleo-f746zg/And working ...

yMont by Associate
  • 435 Views
  • 1 replies
  • 0 kudos

Possible bugs at UART HAL driver.

I am working with STM32429i-eval and try connect it to PC. I think that there are two mistakes at stm32f4xx_hal_uart.c. Into void HAL_UART_IRQHandler(UART_HandleTypeDef *huart)Instead of  if(huart->ErrorCode != HAL_UART_ERROR_NONE)need  if(huart->Err...

VRyza by Associate II
  • 756 Views
  • 3 replies
  • 0 kudos