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! Interrupt flag is set, but interrupt is not entered

Dear community,once again I am asking for your kind help. I want to implement a simple timer interrupt as a time basis on my STM32F407. I configured Timer11 and it seems to count as I expected (as far as my debugger can tell me). When the counter hit...

AHass.1 by Associate II
  • 1713 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L152 - EVAL board with DALI interface

Hi Team, Planning to interface DALI interface to STM31L152- EVAL board kindly suggest me.STM32L152 EVAL - MasterDALI 4 channel LED dimmer - slaveDali click2 Board - Bridge So, How can i use DALI stack library ....is that direct ST provided code can u...

MNage by Associate II
  • 3708 Views
  • 7 replies
  • 0 kudos

i2c slave transmission

Hello All.I am trying to establish an I2C communication between STM32F091VCT6 which is configured as a slave and another controller as a master.I am trying to send data in blocking mode and facing certain issues. I am able to verify an address acknow...

AH.21 by Associate
  • 585 Views
  • 1 replies
  • 0 kudos

FMC with dual core stm32h745

Hi, I want share FMC(interface SDRAM) core between CM4 and CM7 core on STM32H7.I config by cubeMx, CM7 can access ok but CM4 can not access.How to access FMC core by CM4 and CM7?Thanks,

DLy.1 by Associate
  • 1384 Views
  • 3 replies
  • 0 kudos

Problem with ADC-Channel 16 (internal temperature) on STM32F207

Hi guys,I have a problem with the internal temperature ADC-channel. I am trying to read a few analog values with ADC1. The ones I read from pins are perfectly fine but when I change the input voltage on PC13 (channel 13) this changes the value read o...

SRond by Associate III
  • 1694 Views
  • 2 replies
  • 0 kudos

Writing and reading QSPI Flash on STM32F746G DISCO

I created my application using the CubeMX. Here are my read and write routines, my QSPI initialization routine, and while loop. I am using the USB to display what is read from the QSPI flash memory. I am writing a string to the memory, but when I rea...