STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! how to read a data array from EEPROM AT24C256B

I have configured my ADC to convert an analog value every 100 milli seconds using timer 2 , I could able to write data to EEPROM but while reading it back i could only see 20 variables in array. As below mentioned in code, I could able to switch on m...

Apill by Senior
  • 921 Views
  • 4 replies
  • 0 kudos

How to set RTC_PRER in STM32F0xx?

RM0091 rev.9 in 25.7.5 RTC prescaler register (RTC_PRER) says:The initialization must be performed in two separate write accesses. Refer to Calendar initialization and configuration on page 584.However, Calendar initialization and configuration doe...

Serial UART design for various size transfers

Hello, I'm writing an application on the STM32F303 Nucleo board that uses the serial UART to receive commands and send responses. I believe example code from the standard peripherals library shows either single byte transfers or fixed size buffer t...

Resolved! How to use RTC periodic wakeup (from standby) on STM32L0

I am trying to periodically wakeup STM32L010K8 from standby mode. The project is generated is using CubeMX. The device doesn't wakeup unless I reinitialize RTC everytime it resumes from standby. How can I avoid reinitialization of RTC everytime?/* US...

Raghu by Associate
  • 1659 Views
  • 2 replies
  • 0 kudos