STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How do i read data from 25AA02UID (EEPROM) using SPI?

I am using SPI3 of STM32F446ZE MCU to communicate with 25AA02UID EEPROM. I am writing 8 bytes and reading 12 bytes (4 bytes + last written 8 bytes). I am using HAL Library for this operation. For writing I am using: HAL_SPI_Transmit()And for reading ...

Alpha Mr by Associate II
  • 268 Views
  • 2 replies
  • 0 kudos

USB Driver porting from STM32L052 to STM32F072

I wanted to port an exsting STM32L052 usb driver to STM32L072. Its not CubeMX or ST Library =, a direct register accessing implementation. May I have any hints on things to consider or sort of migration document. Thanks for the help.

k1jk by Associate
  • 138 Views
  • 1 replies
  • 0 kudos

STM32F413H Discovery touchsreen driver (FMPI2C) Issue

Hello,I am using the stm32f413h-discover board (MB1274 RevD) which uses touchsreen controller FT6236. I wan to use touch functionality for stemwin, so i've inluded drivers for toucscreen controller chip in my project (official BSP driver) I am havin...

IIvan.0 by Associate II
  • 303 Views
  • 4 replies
  • 0 kudos

I2C Issue

Hello,I am using the STM32L152VET6 MCU. Once in a while the I2C peripheral crush. After resetting the MCU, the I2C works fine.Any explanation? Does it a known issue? Thanks,Tomer

TKlei.1 by Associate
  • 135 Views
  • 2 replies
  • 0 kudos

Error programming bank 1

Posted on July 04, 2018 at 13:03Hi,Using STM32L476QEI get HAL_ERROR running the following code only when writing or erasing (page) at address 0x0803F800, doing the same with address 0x08040000 works fine.both addresses are erased before the code exe...

STM32F767 and SPI communication without DMA

Posted on May 30, 2018 at 08:34 Hello friends, I try SPI communication, and I have a problem. I only send data.... But how to receive it? Connection is: 1. one master - one slave 2. Full duplex Initialize: LL_SPI_InitTypeDef SPI_InitStr...