STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Using FatFS with freeRTOS

Can you recommend me any link showing how to configure it in CubeMX and what I have to do to write and read the SD card. I have checked this https://controllerstech.com/interface-sd-card-with-sdio-in-stm32/ and it's working but no with freeRTOS. Not ...

DBrau.2 by Associate III
  • 3429 Views
  • 5 replies
  • 0 kudos

what are you using for documenting code?

I want to get it right this time, once for all.My target would be future people (or me but balder) taking over my legacy code, so only technical medium exdperienced embedded programmers.Does anyone has experience doxygeing cubeMX generated code?i am ...

0693W00000UoKXoQAN.png
Javier1 by Principal
  • 1305 Views
  • 8 replies
  • 0 kudos

Any specific Reasons for PrvTaskExitError?

MCU getting into PrvTaskExitError while trying to acquire the semaphore using vTask Producer(after MCU run for Several Hours). Please find the screen shorts of the Fault Exception viewer and Callstack after the MCU crash. MCU: stm32f407VGT6Hardware T...

Hima by Associate
  • 1878 Views
  • 2 replies
  • 0 kudos

Hi all, During code development I always keep the Boot0 pin connected to GND (always in boot mode) and I use "Cube Programmer" to load the firmware. I tick the "Run after programming" option. In my code I always enable USART1 receive interrupt.

After the firmware is updated, it gets executed normally. When I want to update the firmware, I send a start or an ampersand to the target board through Terminal program from my PC. My firmware on receipt of this character will enable the WDT and go ...