STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G474RET Linker Question

In the linker script provided by STM for STM32G474RETx, the memory section is:MEMORY { CCMSRAM (xrw) : ORIGIN = 0x10000000, LENGTH = 32K RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K FLASH (rx) : ORIGIN = 0x8000000, ...

STM32L031C6 reading vdda & temperature

Hi,I have a custom board with an STM32L031C6 and I'm trying to read the internal temperature. The board is battery powered at about 2.6V and the vdda is the same.If I read the ADC channel with vrefint, it returns a value of about 850, which, when pas...

Ufoit by Visitor
  • 45 Views
  • 2 replies
  • 0 kudos

Resolved! HSE Bypass mode - Possible use of OSC_OUT as GPIO

Hi I am looking into using STM32F446RCTx for my design, which includes 2 x USB FS 2.0 (1 x Host + 1 x Device). Hence need to provide an external HSE. I want to use an Oscillator, meaning I setup the HSE as "Bypass Clock Source" .With this setup I pla...

BPart.1 by Associate II
  • 278 Views
  • 7 replies
  • 4 kudos

Resolved! STM32L432KCU CAN-RX Interrupt not firing

Hello there I am struggling with receiving interrupts on my microcontroller project. I am currently developing a CAN bus logging device; the following code therefore sets up the CAN peripheral in silent mode. I test my device in a CAN network with tw...

STM32H7 PTP with hardware support

HelloYes here we go again… I’m again busy with the implementation of PTP slave inside STM32H7, based on this GitHub: https://github.com/hasseb/stm32h7_ptpdI tried to port this to my own project based on STM32H7, I changed what was mentioned in the re...

JDWBE by Associate III
  • 45 Views
  • 0 replies
  • 0 kudos

Resolved! RTC; code code get stuck in systemclockconfig()

we are observing with the RTC (Real Time Clock) on the STM32L496ZG in our project. kindly help us to resolve this . The code gets stuck on power-on . Below are the details and what we have tried so far:1. Summary of the IssueAfter a full  powering on...

USBPD EPR Request

Hi! I'm working on a Power Delivery Sink using an STM32G484RETx MCU. I managed to get SPR Power Delivery working without any issues, but I'm having trouble handling the EPR handshake.I'm using the latest USB-PD library from ST's GitHub:https://github...

epr.jpg epr2.jpg
KamilB by Associate II
  • 153 Views
  • 5 replies
  • 0 kudos