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

Resolved! STM32F303RET Clock Issue

I have a design that I have used in the past but a latest build I am having trouble with the system clock. I am using 8mhz crystal, IOC file HSE is setup to use the crystal. I cannot get the processor to run above 16 Mhz. I have older projects that u...

bradbas by Associate II
  • 386 Views
  • 9 replies
  • 1 kudos

Resolved! H743 FMC SRAM memory fault

I tested FMC speed on F403 and H743. F403 works fine but H743 code will stopped due to memory fault.I set FMC parameter like belowMy plan is to connect stm32 to fpga by using FMC so did this test to check the speed. F407 test succeeded.But H743, the ...

F407.png F407_code.png H743.png H743_code.png
snkparty1 by Associate III
  • 525 Views
  • 3 replies
  • 1 kudos

USB PD Part selection

Hello, I'm working with the STM32U575VGT6 as my primary MCU and need a USB-C DRP PD IC. I'm considering the TCPP03-M20 or STUSB1600AQTR. My question is, when the PD operates in sink mode (during charging), we intend to turn off all power supplies, in...

SDADC Configuration mode using STM32F373VCT6

Hi,The SDADC has three possible input modes,• Differential mode• Single-ended offset mode• Single-ended zero-reference modeTotal 9 pair SDADC channels are available in controller(ex. SDADC_AINP and SDADC_AINM)in our product we have utilized 8 pair SD...

Hanamant by Associate II
  • 185 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F042G6U CAN - Can't receive frames

Hello,I have an issue with the CAN bus on STM32F042G6 µC. For the moment I just want to receive Frames from an other controller (STM32G0B1) and it doesn't work at all.I am using PA11 as Rx Pin and PA12 as Tx Pin Pins.Here is the configuration part wi...