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

TIM1 Chan1 PWM, no output, GPIO works fine

Good afternoonConfigured TIM1 of a F070CBT6 to drive 3 PWM channels on PA8/PA) and PA10....PA9 and PA10 work fine..only for channel 1 I don't see any output..furthermore it seems to be floating as when touching with a finger the attached 7406 driver ...

Davorin by Senior
  • 1157 Views
  • 5 replies
  • 0 kudos

ADC reading correction per VREF_INT

Using STM32F030 Discovery board.I read the ADC channels including the internal temperature sensor and vrefint.#define TEMP30_CAL_ADDR ((uint16_t*) ((uint32_t) 0x1FFFF7B8)) #define VREF_INT_ADDR ((uint16_t*) ((uint32_t) 0x1FFFF7BA))The calibration val...

ECost by Associate II
  • 1796 Views
  • 2 replies
  • 0 kudos

I am designing with an STM32H745. I need to use the FMC bus to access my own ASIC. What is the full cycle time on the FMC access if I do back to back single read or single write with multiplexed address/data.

The access time of the FMC is not the whole equation, I need to include the delays introduced by having to go across domains and buses. Back to back reads or writes would shine more light on this for me. Or possibly a read followed by write so that ...

Sbeny.1 by Associate
  • 741 Views
  • 4 replies
  • 0 kudos

The issue on FMC EXTMODE ModeA write access

Hi community,I'm developing on STM32F7, it accesses the external device via FMC.Then it can read the external device's register, but it cannot write to the register.The external device expects EXTMODE ModeA timing like the following figure. Reference...

0690X00000AsUplQAF.png
HMats.7 by Associate II
  • 1178 Views
  • 6 replies
  • 0 kudos

SPI makes stupid things

I'm new with the STM32F767ZI (Nucleo board) and tried to write a SPI driver with DMA access.It works so far, but I have some stupid things on my log, I can't interprete. Is anybody there, who knows what there is going wrong?I'd like to send three byt...

0693W000001rSE1QAM.png
mof182 by Associate II
  • 892 Views
  • 3 replies
  • 0 kudos

HAL_SPI_TRANSMIT sending bits unreliably

Hello,I'm a new new member and user of STM32 microcontrollers. I've just started using a bluepill STM32F103C8T6 microcontroller and I'm trying to set up a simple SPI communication.At the moment I do not have slaves, only a master (the STM32), and I'm...

ABoyd.1 by Associate II
  • 880 Views
  • 4 replies
  • 0 kudos

Timer synchronization maximum frequency

Hi,If I am starting with 120 MHz system clock and want the master timer to generate a 60 MHz PWM waveform and I want the second timer to generate an in-phase 8 MHz PWM waveform I must clock the second timer with 120 MHz (as 60 MHz isn't divisible by ...

NArnd by Associate III
  • 581 Views
  • 4 replies
  • 0 kudos

NUCLEO G431RB BOOT0 Pin and FDCAN Problem

Hi, I've 2 Nucleo boards (Edit: Nucleo -G431RB )to communicate between FDCAN. I create a project using CUBEMX. Default FDCAN RX/TX is PA11/PA12. and I have no problem getting it work. All worked fine. But I also need USB so I moved FDCAN Pins to PB9/...

e-zeki by Associate III
  • 697 Views
  • 2 replies
  • 0 kudos