Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error when using vPortFree(ptr) CMSIS-RTOS on STM32F4

I will need to handle dynamic memory using malloc and free. Looking on FreeRTOS documentation, I found pvPortMalloc(size) and vPortFree(ptr) , pvPortMalloc(size) works fine. When try to release memory using vPortFree(ptr) inside a Thread, the code ...

MGado by Associate
  • 943 Views
  • 0 replies
  • 0 kudos

Resolved! clock frequency calculations

Hi,I am going to use internal osc for generating a frequency of signal 36khz. Do i need any external circuitry for it ..?For selection of 8Mhz frequency as clock can it be done in cube mx only and generate a source code form there...?Selection of pr...

Divyanshu by Associate II
  • 2671 Views
  • 5 replies
  • 0 kudos

STM32L0 EEPROM getting corrupted during writes.

Hi all,Just wondered if anyone had a similar experience with this. Currently i'm storing a devices current state and settings in the EEPROM. This information is accessed and updated at a high frequency during a part of the program. I have experienced...