STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F407 I2C Characteristics

Hello I m trying to figure out how to configure the  CCR bit field in I2C_CCR register in STM32F407 in the reference manual RM0090 it says check the datasheet for the definitions of "tr(SCL) + tw(SCLH)." but I couldn't find them on the datasheet. On ...

mdmrl00 by Associate II
  • 1156 Views
  • 4 replies
  • 1 kudos

Resolved! Failed to read W25Q128 spi flash beyond 2 Mbyte

Hello,I am use a winbond W25Q128JV chip which is connected to the OCTOSPI interface of my STM32H563. I read/write the flash in direct mode. The transfers are done with DMA. Everything works fine as long as the address is smaller than 0x200000 (2 MByt...

STM32L0 code start and execution problems

I'm developing a vibration and temperature sensor solution for industrial machinery.Previously, my system was equipped with Atmega 328p chips, but it has now been upgraded to an STM32LO53C8T8 chip.The circuit has a LoRa radio for sending signals to t...

Resolved! STM32G474E EVAL1 Demo SD Card issue

Hello,I tried to execute the demo for the STM32G474E EVAL1 explained in this document : STM32CubeG4 STM32G474E-EVAL demonstration firmware - User manual.But, I have an error when the board tries to display the pictures which are on the SD card.I got ...

twinest by Associate II
  • 8456 Views
  • 18 replies
  • 2 kudos

USART RTS vs CTS

Hi,I would like to connect my Sequans GM02s iot module to my Stm32L4 mcu via uart. Would the RTS Signal from the iot module connect to the CTS signal from STM32L4 or vice versa?

Nick102 by Associate
  • 430 Views
  • 1 replies
  • 0 kudos

Resolved! LPTIM1 ISR never cleared STM32L031G6

Hello, I would like to know if anyone has already encountered this problem. I have an LPTIMER configured with an ARR Match interrupt at 100ms I also want to enter my interrupt every 10ms so I added an interrupt in compare mode at 10ms.I have 2 questi...