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

Resolved! What is the digital pins's frequency of Nucleo-f303K8?

I tried to find the frequency that the digital ports of Nucleo-F303k8 can accept data (example: the arduino works with 10kHz on these pins), but i couldn't find anywhere. Someone can help me? I need to use some sensors and I need this information to ...

Rinoue by Associate II
  • 1760 Views
  • 7 replies
  • 0 kudos

Resolved! Demo program for STM32F769I DISCO board is not compiling in SW4STM32 IDE. ERROR "recipe for target ‘Middlewares/USBH_Library/Core/usbh_core.o’ failed"

IHello,I am new to stm32 board, I have a new STM32F769I DISCO board.I have downloaded the firmware�?en.stm32cubef7_v1-16-0�? from ST.com to run a “STemWin�? project under “demonstration�? folder for “STM32F769I-Discovery�?.While Build project i get t...

PULAG.1 by Associate
  • 1333 Views
  • 2 replies
  • 0 kudos

STM32L0 eeprom wear leveling

HiI am working on a device that need to store some parameters in eeprom quite frequently. Is it there any eeprom wear leveling algorithm on top of HAL that I can use to extend the eeprom life?BRGilberto

GErma.1 by Associate III
  • 634 Views
  • 1 replies
  • 0 kudos

Resolved! STM32L0xx hangs up by reading EEPROM

Hello!I have these code to store/read data in the EEPROM of my STM32L031K6..The write function works, the data is saved in flash correctly...When i want to read the data back, i falling in the HardFault Handler.... :\This is my Code: eeprom.h#define ...

Sany by Associate III
  • 855 Views
  • 3 replies
  • 0 kudos

Printf no redirect

Hello, in my project I'd like to use printf for print debug messages, but if write printf("Test"), I don't see the string on the UART.I have redirect printf:#ifdef __GNUC__ /* With GCC, small printf (option LD Linker->Libraries->Small printf  set to ...

LBern.1 by Associate
  • 459 Views
  • 0 replies
  • 0 kudos

STM32L031K6 - How to Store Variables in EEPROM?

Hello!I am new in STM32, forgot my stupid question...How can i store a variable in EEPROM or flash?I have a STM32L031K6 Nucleo board, and got my CC1101-868MHZ transceiver with interrupts to work.I receive a unique address over RF, and want to store t...

Sany by Associate III
  • 738 Views
  • 2 replies
  • 1 kudos