STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nucleo F334R8 - basic example of a Timer TIM2 mystery

Hi guysSo I am developing a small PWM generator around the F334R8, it's overall extremely simple. All the work is done with another MCU sending data on SPI.On the F334R8, an EXT interrupt is called when the CS line is pulled down. From there the F3 l...

Smoun.1 by Associate III
  • 1361 Views
  • 12 replies
  • 0 kudos

Problem writing Data to Flash

Hi,I wanted to Erase and write data to select Flash memory location.I have Nucleo-L4R5ZI kit and have example Flash erase code available for L4 series which I ported to R5ZI.As you can see, the example code has two portions:Erases the page(s) which w...

KVenk.1 by Associate III
  • 758 Views
  • 1 replies
  • 0 kudos

BMP280 I2C is not updating

Hi, I am using stm32l432kc nucleo and BMP280 sensor with I2c communication.During the debugging I realized that the data from the sensor is not updating, always 2481 (temp32 variable).Could you help me in this topic?Thank you in advance.Info:Used dri...