STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L432KC RTC wakeup from STOP1 mode not working.

The processor never wakes up from STOP1 mode and I do not know why.Reading RTC time and date works, so I know the RTC clock is running. With debugger (using HAL_EnableDBGStopmode()), I notice that the firmware is stuck in __WFI()I'm using STM32Cube_F...

Ivo by Associate II
  • 705 Views
  • 4 replies
  • 0 kudos

External interrupt not working. Why?

Hi. I have two sensors connected to an STM32f410r8t6, where they send a high signal whenever new data is ready to be read. Pin connections are as follows: PC9 (GPIO_EXTI9) -> INT_IMU2PC7 (GPIO_EXTI7) -> INT_IMU1I have them setup as follows in the ioc...

0693W000006ERm9QAG.png 0693W000006EReBQAW.png 0693W000006ERsMQAW.png
VSøby.1 by Associate III
  • 3522 Views
  • 2 replies
  • 0 kudos

SPI - SDO long tail

Hello,I am having problems with STM32C8T6 interfacing with TI ADS8317.Long tail at SDO line (first & second image)The seperation time between each byte is always significantly long (not sure if this is a problem) ( second image)Second image is the en...

0693W000006EMfSQAW.jpg 0693W000006EMgpQAG.jpg
YChen.41 by Associate
  • 491 Views
  • 2 replies
  • 0 kudos

DISCO L475VG_IOT1A - Access Point and HTTP Server

Hello everybody,I use the DISCO L475VG_IOT1A board with the onboard Wi-Fi module Inventek ISM43362-M3G-L44.I would like to start an access point with an HTTP server.I use this MBED example: os.mbed.com/teams/ST/code/DISCO_L475VG_IOT01-wifi_http_serve...

STM32H745 Extenal Flash QSPI

We are using STM32h745XI board with external memory. But the DISCO board has two QSPI flash 64MB each and total of 128MB. Where as in our custom board we used only one chip as 64MB.But in the project file there is no flash algorithm file for 64MB onl...

YSN by Senior
  • 296 Views
  • 1 replies
  • 0 kudos

Hi, I use STM32F746 to build a modbus environment which connected to RS485 bus.I use as DE-RE pin is not a specially defined alternative function pin, so I defined it as output pin.However I am having a problem receiving the packages I send.

USART3TX--PB10RX--PB11DE-RE--PE15 /*Configure GPIO pin : PE15 */ GPIO_InitStruct.Pin = GPIO_PIN_4; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL; GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_MEDIUM; HAL_GPIO_Init(GPIOC, &G...

Bilge by Associate III
  • 391 Views
  • 0 replies
  • 0 kudos