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

LAN8720 ETHBoard Waveshare+STM32Cube+STM3F407VG

Posted on February 28, 2015 at 15:07Hello, Friends!I'm trying to generate code to work with the LAN8720 PHY + FreeRTOS through STM32Cube. I can work with ethernet, only if the PHY starts with this ethernet cable. Otherwise, the ethernet does not wor...

eng by Associate II
  • 2872 Views
  • 3 replies
  • 0 kudos

HAL, UARTs and overrun errors

Posted on December 17, 2014 at 17:42 Platform: STM32F429I-Discovery and Discovery-WiFi connected to UART1 Tools: IAR EWARM (eval until we get the license) Situation: If I pull power from the WiFi board and plug it back in,. this appare...

hbarta2 by Associate III
  • 3370 Views
  • 5 replies
  • 0 kudos

Using Dual Regular Simultaneous Mode Only - Help!

Posted on March 03, 2015 at 20:41Hello , I'm having trouble capturing the ADC2 data simultaneously with the ADC1 , and the ADC1 data is being captured through the command HAL_ADCEx_MultiModeStart_DMA(&hadc1, (uint32_t*)&ADC1_Data, 12); Would any tut...

eng2 by Associate
  • 668 Views
  • 1 replies
  • 0 kudos

STM32CubeF0 Bug Report - __HAL_REMAP_PIN_ENABLE

Posted on March 04, 2015 at 23:46I tried to configure the CAN controller in the STM32F042F6P6 using STM32CubeMX. The function was not correct because it was not properly remapping pins PA11, PA12. Macro __HAL_REMAP_PIN_ENABLE does not activate SYSC...

f_open error 11 (can't find FR_INVALID_DRIVE)

Posted on March 02, 2015 at 01:47My issue is with fatfs in the following code:retSD = FATFS_LinkDriver(&SD_Driver, SD_Path);if(retSD == 0) { if(f_mount(&sdcard,(TCHAR const*)SD_Path,1) != FR_OK) //works great { Error_Handler(); } else { //HAL_SD_Wid...

STM32F107 ethernet demo rebuild problem

Posted on February 27, 2015 at 16:31Has any body rebuilt the STM32F107 LwIP TCP/IP demo (STSW-STM32026)   in latest IAR EWARM toolchain ? The demo provided by ST still uses IAR 5.42 ( old one). This creates errors when I try to rebuild with IAR 6.30...

jay by Associate
  • 1231 Views
  • 4 replies
  • 0 kudos

Triple mode ADC with new HAL

Posted on December 01, 2014 at 22:52 Hello, I'm trying to set the ADC(s) of the stm32f407 in triple mode, using DMA for data transfers. Based on the the only available example in the cube package and some old code, written using the stdpheri...

b2527456 by Associate II
  • 1907 Views
  • 5 replies
  • 0 kudos