STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How is SCLH and SCLL calculated in I2C_TIMINGR?

I have read the document RM0433 and AN4235, but the calculation is still a puzzle. For example, if my I2C frequency = 1MHz, I2C clock source frequency = 170MHz, AF=on, DF=off, rise time = 80ns, fail time = 10ns, how do you get the SCLH = 0x10 and SCL...

SHU.1 by Associate
  • 1367 Views
  • 1 replies
  • 0 kudos

Alternative Dev boards to NucleoF401?

I have some projects I am working on that I'm starting with Nucleo and VL53L5 satel.The board is too large, so I saw the Blackpill which has F411.Can anyone tell me please if the F411 will run the same code?

TChap.3 by Associate II
  • 1345 Views
  • 6 replies
  • 0 kudos

Does STM32 use C or C++?

What are the main differences between using C and C++ for STM32 microcontroller programming? Which language is better suited for different use cases, and what are some factors to consider when choosing between the two for embedded system development?

wlee.1 by Associate
  • 8172 Views
  • 2 replies
  • 0 kudos

How to properly handle FDCAN TX FIFO

Hello,I have a STM32G431KB on a custom PCB and got the CAN bus to work. The only problem I have is that the TX FIFO is always filling up and the bus stops after 127 errors.The workaround I have is to abort the TX request./* Add message to Tx FIFO */ ...

PKavv.1 by Associate II
  • 5812 Views
  • 7 replies
  • 0 kudos

Nucleo-F303RE Getting ADC Data Speed Problem

Hello everyone,I'm trying to get ADC(DMA) data on the NucleoF303RE STM32 board. The sampling speed is 1Msamples/s. When I apply a sinus wave I see data losses on ADC data. I tried to read data with a serial port and save it to an sd card. Both of the...

ADynr.1 by Associate II
  • 3054 Views
  • 20 replies
  • 0 kudos