STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

WAKEUP with RTC_WAKEUPCLOCK_CK_SPRE_16BITS not Working

Hi everyone,I have a problem with the STM32F401RE wakeup timer setup, to exit standby.This is my code.* Disable Wake-up timer */ HAL_RTCEx_DeactivateWakeUpTimer(&RTCHandle); /*## Clear all related wakeup flags ###################################*/ /*...

FBald.1 by Associate III
  • 773 Views
  • 1 replies
  • 0 kudos

Resolved! Need External Loader file for STM32H743IIT and MT25TL01G.

Hai,we are using STM32H743IIT6 and External Twin quad spi (MT25TL01G).In our board we have configured (PB6) pin for QUADSPI_BK1_NCSbut in the external loader file(MT25TL01G_STM32H743I-EVAL.stldr) which we have has PG6 pin for QUADSPI_BK1_NCSDue to th...

GMano.1 by Associate II
  • 1220 Views
  • 4 replies
  • 0 kudos

CAN example for STM32f756 Nucleo doesn't work.

I have two STM32 based development boards and would like to get CAN example (slightly modified) to work with a simple data packet of 2 bytes sent from one board to the other. But I detect no valid CAN frame on the bus.The setup is taken from here:STM...

MC.3 by Associate
  • 1657 Views
  • 7 replies
  • 0 kudos

Questions regarding using STM32 as a UART "relay"

Hi, our hardware engineer kinda messed up and I'm forced to use an onboard STM32C8T6 and lowball it as a UART "relay", basically UART1 reads whatever that's putting in with likely a buffer of 32 bytes, and immediately sends them out over UART3.The du...

SDRAM Malloc and printf / sinit crash

Hello,I'm using an STM32H743-EVAL2 board, I want to access the LCD screen to draw a PNG image, so I'm using a png library to load the image, and this library use "malloc".Unfortunately the RAM of the H743 is too small for handling large pictures, so ...

CedricB by Associate II
  • 794 Views
  • 2 replies
  • 0 kudos