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

Resolved! Trying to figure out I2C TIMING register

I am trying to implement I2C communication with L432KC (bare metal coding) to interface peripherals like port expander, eeprom. But I am having a hard time figuring out the TIMING register. I have several questions:tPRESC = (PRESC+1) x tI2CCLKThis is...

0693W000001qqfsQAA.jpg
KSchr.11 by Associate II
  • 746 Views
  • 2 replies
  • 0 kudos

Use timers to measure external clock frequency

I have two external clocks connected to TIM1 and TIM2 of the stm32f746 (disco). I'm basically trying to implement a frequency counter of the clock connected to TIM2. The TIM1 clock will act as window (driven by a TCXO). In my test setup the TIM2 cloc...

JScot.2 by Associate II
  • 959 Views
  • 2 replies
  • 0 kudos

Resolved! Conversion time ADC too low

Hi,I have a NUCLEO-F429ZI board and am trying to get ADC1 to convert one channel (channel 3) when triggered by TIM2 (every second).As I don't have an oscilloscope I wanted to measure the conversion time - to make sure everything is configured correct...

0693W000001qkj0QAA.png
MKlos.1 by Associate II
  • 1211 Views
  • 4 replies
  • 0 kudos

Is there a specific manipulation to do to communicate with UART bootloader using a second microcontroller as host ?

Hello,I am trying to communicate with the UART bootloader (NUCLEO64 F446E) using a second board (NUCLEO32 L432KC).I am using USART1 (PA_9, PA_10), on which I am trying to send the 0x7F frame to activate UART bootloader (after having activated bootloa...

Zephyr S by Associate II
  • 671 Views
  • 2 replies
  • 0 kudos

STM32H77 ADC1 random readings

We generated ADC code for STM32H755 using CubeMx. ADC1 is setup a single channel, one shot conversion. We are using internal Vref at 2.5V. We are reading 0.9V as a test and the DR keeps changing randomly. What are we doing wrong? Thanks!// adc.c gene...

A K_2 by Associate
  • 703 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F030F4P6 TSSOP20 OSC32

There isn't any PC14 PC15. Is it really inaxessible on this MCU and I'm have to find suitable HSE crystal in order to get high-presition RTC?

MBelk by Associate II
  • 830 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H745/755 cores frequency after reset is not the same?

Hi guys, I read reference manual for STM32H745/755, where is mentioned that the both CPUs are after reset running on the same clock frequency, because they shared the same clock source and the prescalers are after reset in default state (no division ...

0693W000001qovLQAQ.png
binarybee by Associate III
  • 647 Views
  • 3 replies
  • 0 kudos

STm32f446REt7 controller examples code issue from cubemx

Hello All,I am using custom board using stm32f446ret7 controller. I am creating a sample project using CUBEMX for this stm32f446re controller and trying to flash using st-link/v2. But has got one warning as below. Can anyone help in understanding whe...

TH.16.336 by Associate III
  • 431 Views
  • 0 replies
  • 0 kudos

HAL transmission not happening after HAL receive

I have configured STM32l496RG as slave and am trying to send data from my STM32L496RG slave to ESP32 master upon reception of data into buffer array. I am trying to echo the same data back to the master. My master ESP32 transmits data 'hello' and r...