STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI Bus Impedance

Hi guys, i am going to connect 2 STM32 via 3 SPI busses for high speed data transfer throughput (STM32H7 <-> STM32G4).The STM32G4 will be Master and the SCLK-frequency will be 84MHz - i will use the associated pins in the highest speed mode setting.I...

Albi G. by Senior
  • 3078 Views
  • 12 replies
  • 0 kudos

Peripheral examples for stmf32

Deat ST Hello,This my first question to you in this forum.Does ST has peripheral examples using HAL library or standard lib for STM32f4?I am installing the packs from the pack installer from Keil.Could I adapt examples for my STM32 if ST provide a g...

STM32 TSC is not working

I am using Group1 for shield and Group 2 and Group 3 for touch keys but the after generating the code from cube mx ​there is a problem in firmware because group 3 touch is not working and touch is detecting from the shield. Please give me any solutio...

Smalik by Associate II
  • 397 Views
  • 1 replies
  • 0 kudos

Linux driver for TPM ST33TPHF2ESPI

HelloI'm following the instruction of https://www.st.com/resource/en/data_brief/stpm4raspi.pdf to setup the tpm driver on my embedded linux using ST33TPHF2ESPI tpm module. But unable get /dev/tpm0 and /dev/tpmrm0 present due to driver read spi failed...

0693W000001rsgzQAA.png 0693W000001rsh4QAA.png
GChen.3 by Associate
  • 804 Views
  • 1 replies
  • 1 kudos

Implement PWM dithering 1 bit

Hi I am working on stm32f070. The STM32F0 system clock = 48MHz,I need to set the PWM frequency on 23437Hz.Therefore, PWM resolution = 48MHz / 23437Hz = 2048 (11bit)​How to use PWM dithering technique to reach 12-bit resolution on PWM frequency 23.4KH...

sam_cheng by Associate III
  • 1516 Views
  • 5 replies
  • 0 kudos

STM32F7 FMC Nor Flash Problem

Hello everyone,I have designed a board with STM32F750N8, 22 Bit Parallel Nor Flash, 13 Bit SDRAM, QSPI Nor Flash.Now i am trying to read, write data, read device id from fmc nor flash (other memories not enabled). But when i try to read device id, ge...