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

STM32 I2C TXIS flag not set.

Hi I am using B-L072Z-LRWAN1 board and connected ToF sensor to I2C1 (PB8 and PB9).I am using the following I2C configuration: __HAL_RCC_I2C1_FORCE_RESET(); __HAL_RCC_I2C1_RELEASE_RESET(); I2cHandle1.Instance = ( I2C_Ty...

Problems using git with TouchGFX

Hello everyone,We are using git with TouchGFX so more than one developer can work in the same TouchGFX file. However every time we try to merge the project it get corrupted. We also tried to some the confiltc manually but it also didn't work.I would ...

FDigi by Associate III
  • 403 Views
  • 0 replies
  • 0 kudos

Stm32f401re serial port 6 issue

Hello Experts​Need some help with serial portI have been trying to communicate on serial 6 with MAX485 on Siemens V20 VFD drive.When I send command on Modbus it is received by the slave and slave responses properly as seen in my logic analyser. But w...

MSubr.2 by Associate
  • 425 Views
  • 0 replies
  • 0 kudos

1Hz interrupt from TIM3 ?

Dear Members,How can I get exactly 1Hz interrupt from TIM3 ?I use STM32F4 Discovery and looking at TIM_TimeBase Example, but I can not get exactly 1Hz yet...ThanksCode :TIM_OCInitTypeDef TIM_OCInitStructure; __IO uint16_t CCR1_Val = 54618; __IO uint...

STM32F427 CAN protocol

HiI am working on Redesign project. The existing controller is STR912FAWx. In this controller, CAN protocol has CAN_IDR register to identify the message objects causing the interrupt.Similarly, in STM32F4 do we have CAN message object to identify the...

PMohan by Associate II
  • 436 Views
  • 0 replies
  • 0 kudos

Resolved! Save data to No init RAM on STM32F7

Hello, I'm using STM32F7.I want to save data on F7 memory, where is not delete after reset. My data may has 1-2KB size.Anyone can tell me how to do that?I read and found that i can do with no init ram, but I can not find any tutorial or documents rel...