STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTC sub-second (RTC_SSR) issue

Posted on February 25, 2014 at 10:22Hi, I am having troubles with the subsecond register on stm32 I have a datalogger which logs data with a timestamp. I am doing multiple logs (~30) per second, so wanted to log sub-seconds as well. HOWEVER, as soon...

Freeze in eeprom

Posted on August 06, 2017 at 09:02hello.i use stm32f030p4. i use EEPROM emulation(save 20 byte) it's work until i add more code in my project.when the code Increase  Although I dont have any error in my code but program freeze in ee_init(); and i ha...

Resolved! STM32F10X DSP Library

Posted on July 03, 2017 at 09:23Hello, Can any one help me with STM32F10X DSP Library, Where and how can I get STM32F10X DSP Library.THANXXXX.

stm32f4 Discovery UART Polling vs DMA Time

Posted on August 05, 2017 at 10:44Hello!I Have a Problem:I want to transmit Midi signals using my Discovery board in DMA mode because I need the processing power during the transfer. Midi is based on UART meaning I am using the UART Peripheral. When...

help for eeprom

Posted on August 05, 2017 at 11:49Hey I use stm32f0p4.i confused  about eeprom.i readed AN2594 Applocation note but i cant undresntands i have some question about that.1-is it trust-able to use? i don't want my data losing.2.How much byte i can save...

who did the FFT project

Posted on August 05, 2017 at 09:42any one who had done the FFT , i am just starting to do it ,but now ,i meet a  problem . i don't find the STM32F10X DSP Library,can anyone who can give me a link to download it.thank you

Number of Resets?

Posted on August 05, 2017 at 10:53Hello every one I am working with STM32F405 series .It is essential for me to know that How many times reset has been occurrence.I have EEPROM  in my project board.so i can keep last status.Which register should I m...

l90mehdi by Associate II
  • 736 Views
  • 3 replies
  • 0 kudos

SPI Flash Library w25q64fv HAL

Posted on August 05, 2017 at 12:30Hello friendsHow Read and write data from w25q64fv  with HAL ? Someone have SPI Flash Library w25q64fv HAL ?Thank

Pedram by Associate III
  • 433 Views
  • 0 replies
  • 0 kudos

Cant seem to get RTC operating.

Posted on August 04, 2017 at 16:43Hi   Im still new to the STM32, and now working on the RTC.  The problem I am having is when I read the time from the RTC, it never changes.  I Initialise the RTC, and every second I read from the rtc and display it...