STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

EEPROM Emulator in STM32L053

Hello everyone,I known that isn't normal to use EEPROM emulator on a STM32L053, because it has is own EEPROM, but nowadays with the chip shortage, i was forcedto use an alternative MCU (STM32L053R8T6) instead of the "original design" (STM32F030C8T6),...

joaoleao by Associate II
  • 843 Views
  • 3 replies
  • 0 kudos

STM32U5 RTC min and sec count to more than 59

Hi I am trying to get the RTC to work on the STM32U5 Nucleo board. But when I read out the time I sometimes get a second and minute value that is more than 59. Any ideas as to how that happens? I have checked that it is not because I write a higher ...

0693W00000GX2L1QAL.png 0693W00000GX2L1QAL.png
APede.1 by Associate II
  • 682 Views
  • 3 replies
  • 0 kudos

How to use slave mode on a STM32F429 ?

I have to use two STM32F429 discovery kits. One as a master and the other as a slave in a I2C protocol. My problem is about the slave one. I don't know how to get the address belongs to its and if it doesn't need how the slave will understand that it...

Malva.1 by Associate
  • 609 Views
  • 2 replies
  • 0 kudos

STM32H725VGT6 UART DMA Receive not working

Hello,As mentioned in DMA is not working on STM32H7 devicesI applied solution before DMA receiveSCB_InvalidateDCache_by_Addr((uint32_t*)(((uint32_t)rx_buffer) & ~(uint32_t)0x1F), RX_LENGTH+32);but it just get stuck in this instruction and not executi...

DPate.5 by Associate
  • 581 Views
  • 3 replies
  • 0 kudos

Resolved! libraries i2c.h

I would need to find the i2c.h library to be able to have the low-level functions i2c.read and i2c.write to read the data of a thermal sensor mlx90640

Icont.1 by Associate II
  • 1242 Views
  • 1 replies
  • 0 kudos

Issue in the I2C communication

I am facing an issue with the I2C communication. During the first run the communication between the MCU and the sensor is okay then I can read and write in the sensor's registers without a problem. However, when I try to debug a second time I receiv...

GGhed.1 by Associate II
  • 660 Views
  • 1 replies
  • 0 kudos

STM32L432KCU6 ADC returns incorrect values

Hello everyone,For a project I'm working on, I'm using the STM32L432KCU6 MCU. After writing some code I've managed to make the STM32L432KCU6 do what I want/need, except that the ADC returns incorrect values from some of the ADC inputs.In this project...

J.dW by Associate II
  • 3017 Views
  • 6 replies
  • 0 kudos