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

Hi everyone, I am using STM32F411re for a project and I I have to define I2C communication. Below I am will mention the both cpp and header file and the error I got while compiling the code.

Header file: /** * @file I2CCommunication.h * @brief Header file for controlling I2C messages */ #ifndef INC_I2CCOMMUNICATION_H_ #define INC_I2CCOMMUNICATION_H_ #include "DefaultDefines.h" /** * @brief The I2CCommunication class * * This ...

Kanan by Associate
  • 602 Views
  • 0 replies
  • 0 kudos

ADC1 + ADC3 for measure analog signal

Hello,I have successfully setup ADC3 to measure values on channels PC2_C, PC3_C, temperature, ... on STM32H753ZIT6And now I want to add ADC1 to measure other channels. But the program waits for the LL_ADC_IsActiveFlag_ADRDY flag. My init function for...

STM32L452 Can't read ADC after WakeUp from deepsleep

In previous time we were using STM32L412RCT6 to do the ADC working, where no problem and work fine, When we have flash memory short, we were decided to migrate to STM32L452RET6 (pin to pin compatible), The issue has occurred, the ADC working fine w...

DShih.1 by Associate II
  • 868 Views
  • 3 replies
  • 0 kudos

MotionAC and STM32L073

Good day.I wanted to know why the MotionAC library is not supported on the STM32L073 MCU. And is support planned in the future?

ASadk.1 by Associate
  • 391 Views
  • 0 replies
  • 0 kudos

Resolved! How to configure CAN filters to use CAN1 and CAN2 parallelly.

Both CAN buses are transmitting correctly. But when I initialize CAN1 and CAN2 only CAN2 receives messages, when only CAN2 is initialized it receives. same for the CAN1. Here I attached my initializing function. static void MX_CAN1_Init(void) { ...

SPeri.1 by Associate II
  • 5428 Views
  • 5 replies
  • 0 kudos

STM32 installer for Windows 11

I'm setting up a new computer. I tried to download STM32 installer for windows 11 from this page https://www.openstm32.org/Downloading%2Bthe%2BSystem%2BWorkbench%2Bfor%2BSTM32%2Binstaller, but it kept saying install_sw4stm32_win_64bits-v2.9.exe canno...

LKa.1 by Associate
  • 3528 Views
  • 0 replies
  • 0 kudos

Resolved! How to set the Prescaler register?

Hi there,​I am using Nucleo-H745ZI-Q. I am trying to create 1 microsecond(us) timer. My timer clock frequency is 75Mhz. So first time, I put in 75Mhz for the prescaler. But the error range was 500 ms per second. So I googled and found this comment. ...

SKang.11 by Associate
  • 2669 Views
  • 2 replies
  • 0 kudos