STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Buffer overflow in CubeMX SDMMC-Driver

Posted on May 30, 2017 at 18:11I'm trying to get a SD-Card working with FATFS on a NUCLEO-L476RG. Code was generated with recent STM32CubeMX 4.0 and Firmware Package 1.8.0 for L4. SD-access in polling mode, no DMA.My application was crashing (Defaul...

DFU error: bad state machine in firmware

Posted on May 18, 2018 at 14:17Hello Everyone,I am have a problem using Dfuse (v3.0.5) with my STM32L432KC.I have a USB CDC class, not using a composite CDC-DFU.Performing the DFU mode through the boot pin/bit.During upgrade I got the following erro...

0690X0000060BHqQAM.png
flo flo by Associate II
  • 1228 Views
  • 6 replies
  • 0 kudos

LwIP: link always down

Posted on June 21, 2018 at 16:53I have a problem using the LwIPIf I have a project where there is only the LwIP, everything works.MX_GPIO_Init(); MX_LWIP_Init(); httpd_init(); myCGIinit(); while (1) {    MX_LWIP_Process();}If I add something else (...

Rick MC by Associate III
  • 467 Views
  • 1 replies
  • 0 kudos

Using DMA Burst in OCToggle mode

Posted on June 20, 2018 at 19:10Hi all,I'm using the HAL drivers and STM32CubeMX to generate DMA Burst transfers from memory to TIM1 in OCToggle mode on the Nucleo F722ZE.Old versions of the HAL drivers had a function called HAL_StatusTypeDef HAL_TI...