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! STM32H743VIT6 ADC didn't run

Dear all!i'm handle graduation thesis project: " design driver for PMSM using STM32 base external mode with Matlab simulink"i design hardware as PDF file, all block working without ADC, i try to set up by STM32cubeMX 6.14 but it still can't run, so c...

Bootloader for STM32F746 for firmware and QSPI

Apparently I can not easily update my application firmware for stm32F746 toughGFX app with just one Bin file. I have written a bootloader for an SD card. It loads firmware at 0x08040000. I am not sure I understand everything that is going on here, so...

FJB2069 by Senior
  • 180 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F411 Blackpill + eMMC (Raspikey) + FatFS

Hi,I have a STM32F411CEU6 Blackpill that I'm wanting to interface to an eMMC (Raspikey to be exact via SD/MMC reader) with FATFS. I have confirmed that the connections with the SD/MMC reader are fine with a read/write test to an SD card in a differen...

chasej by Associate II
  • 336 Views
  • 2 replies
  • 2 kudos

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
  • 325 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
  • 484 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
  • 164 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...