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

how to cover previous HAL_UART_Transmit_IT with a newer one?

I'm trying to transmit a newer data while the previous transmit interrupt hasn't finished, I simply just call HAL_UART_Transmit_IT again and the result is the first called interrupt will finish its whole job and the second call do nothing, I know the...

Olly Kao by Associate III
  • 479 Views
  • 2 replies
  • 0 kudos

Proofing I2C slave against too short reads: outputs old value from TXDR as soon as master clocks again - how to prevent?

I have this scenario:My stm32f0 implements a I2C slave, and I have a raspberrypi with i2ctools as a master.I define a bunch of 16bit wide registers to access in the stm32.Now I wanted to test what happens if the master only reads 1 byte instead of 2 ...

SKled.1 by Senior II
  • 874 Views
  • 1 replies
  • 0 kudos

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
  • 1262 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
  • 3043 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
  • 442 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
  • 1148 Views
  • 3 replies
  • 0 kudos