STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

A question about WiFi with STM32H7

Hello,I would like to use WiFi in a DIY project with STM32H743, in which I design hardware and software completely myself.I am therefore looking for a simple solution that is supported by the STM32Cube (middleware) on the software side and can be eas...

Resolved! Can stm32l4p5 use Word FLASH Program Type ?

Hello,According to my research, i cant find word flash program type for stm32l4p5 mcus. There are three diffrent types(DOUBLEWORD,FAST,FAST_AND_LAST). These types defined doubleword.Thank you for your help.

Eakyo.1 by Associate III
  • 472 Views
  • 1 replies
  • 0 kudos

Resolved! I2C not working on Mapped Pins, why?

Hello, I am using an STM32G061K6T (only MCU I could find in stock at the time) and I'm try to communicate with an EEPROM via I2C.I have the SCL and SDA mapped to PA9 and PA10, respectively with 3K3 Pull up resistors. SDA pin is pulled up and stays up...

MikeP by Senior
  • 2326 Views
  • 10 replies
  • 0 kudos

delay inside a EXTI9_5 callback function

I have been trying to create a asynchronous serial UART communication on GPIOA pin 9 and pin 8pin9- is RxPin8- is Txin order to sample the message at the right time I have create a dealy function using the DWT mechanism, the idea is to wait 1.5*(1/b...