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

EEPROM endurance, calculation of EEPROM writing cycles

Posted on August 08, 2017 at 11:14Hi all,How is calculated the number of times that a certain byte of the internal STM32(L0) EEPROM is written in the following situation?1 - The firmware writes a byte in EEPROM address 0x0808 0000. The code *(uint8_...

0690X00000607nFQAQ.png
M F by Associate II
  • 1633 Views
  • 2 replies
  • 0 kudos

Interrupt triggered only once

Posted on August 07, 2017 at 22:06  The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM32L1 Current consumption in Stop Mode

Posted on August 08, 2017 at 13:35I used CubeMX code generator,Internal Clock 4.194MHz MSI / ADC / LCD / RTC / TIM2 / TIM3 / USART1Before Stop Mode Enter,void Before_Stop_ST(void){ //--- LCD Off LCD_All_Display(0,1); HAL_LCD_MspDeInit(&hlcd); HAL_L...

Why is Assembly language (and/or GNU C) listed multiple times in the ''Include Directories'' section of Eclipse?

Posted on August 08, 2017 at 16:24In project properties - C/C++ General - Paths and Symbols - Includes tabLooking through a few example programs, I'm seeing 3 Assembly language settings and 2 GNU C language settings.  I'm used to seeing one of each ...

0690X00000607hpQAA.png
douglas2 by Associate II
  • 328 Views
  • 0 replies
  • 0 kudos

HAL CDC Extra byte in CDC_Receive_FS buffer

Posted on August 07, 2017 at 20:40I have created a simple project in cubemx, with usb fs device (CDC).But i see an strange behavior: The buffer of CDC_Receive_FS contains (bytes sent from PC + 1 extra byte) On example, when sending 0x32 0x33 in buff...

Resolved! STM32F4 DSP LIB

Posted on August 08, 2017 at 09:35HI,ALL      The stm32F4 DSP lib have FFT /Integral and differential API?

Andy Zh by Associate II
  • 979 Views
  • 2 replies
  • 0 kudos

Typo in UM1670

Posted on August 06, 2017 at 21:35There seems to be a typo in UM1670 -  Discovery kit with STM32F429ZI MCU, Section 6.7. (TFT LCD).It says 'The STM32F429ZIT6 controls this motion sensor through the SPI interface.'  But it talks about ILI9341 LCD con...

STM32F7xx Low MIPS issue (Dhrystone Benchmark)

Posted on August 07, 2017 at 14:45Hey,I am using STM32F767ZI development board. I have to run dhrystone benchmark to get the MIPS for my board.1. I am generating the code using STM32cubeMx  and using MDK-ARM Keil for building and debugging the code....