STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C slave receive unknown length message

General idea:I'm trying to write the I2C as slave on a L476. The master might need to change a bunch of registers at the same time, so instead of sending n separate commands I want to receive one long command and the prepare the response to be sent b...

MHoss.1 by Associate III
  • 5444 Views
  • 5 replies
  • 0 kudos

Resolved! UART even parity received WRONG

hey thereI try to receive some characters using UART and here is the confighuart1.Instance = USART1;   huart1.Init.BaudRate = 4800;   huart1.Init.WordLength = UART_WORDLENGTH_8B;   huart1.Init.StopBits = UART_STOPBITS_1;   huart1.Init.Parity = UA...

Ala by Senior
  • 607 Views
  • 2 replies
  • 0 kudos

How to trigger a function at an output compares ?

Hello,I try that when my OUTPUT compare is triggered, it triggers a function.As for the PeriodElapsedCallback method, when the timer is in overflow, it creates an interuption and the PeriodElapsedCallback function is called. Is there a function doing...

SGROU.1 by Associate III
  • 2933 Views
  • 8 replies
  • 0 kudos

How to write EEPROM inside STM32F746G-DISCO board ?

Hi.I am developing a project using the STM32F746G-DISCO board.During development, there are cases where EEPROM needs to be used. Is the STM32F746G-DISCO usable like EEPROM by using internal flash?I tried using the STM32F746G-DISCO default sample sour...

ljeon.1 by Associate II
  • 966 Views
  • 4 replies
  • 0 kudos

What to change when changing from TIM2 to TIM5?

Hello, I would like to change TIM2 to TIM5 but my code didn't work after I changed that. Could someone help me please? Thanks a lot Here is the code #include "stm32f4xx.h" /* PA0 - TIM2_CH1_ETR/ TIM5_CH1/ TIM8_ETR/ USER BUTTON PA1 - TIM5_CH2/ TIMM2_C...

TrixCZE by Associate II
  • 712 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F031G6U TIM14 supports OPM (One Pulse Mode)?

STM32CubeMX (STM32Cube_FW_F0_V1.11.2) allows option for One Pulse Mode for TIM14. Does TIM14 actually support OPM on STM32F031G6U? In Reference Manual (RM0091 rev 9), TIM14_CR1 does not have bit 3 OPM. Is mistake in Reference Manual or in STM32CubeMX...