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! Floating-point arithmetic interrupts

Hello to everyone in the forum. I am using STM32H735.Is it possible to perform a floating point number operation and generate an interrupt when an exception occurs?I want to interrupt when the bit for exception generation in the FPSCR register is tur...

Hey0256 by Associate II
  • 398 Views
  • 2 replies
  • 0 kudos

HSEM causes weird jitter

Hello,Has anybody experienced weird jittery like behaviour when using the HSEM between two cores on the STM32H755 or another dual core MCU? This is the logic right now:The CM4 has a 1 kHz loop that toggles a GPIO on each successful reception of data ...

Resolved! STM32H750IBT6 USB NOT DETECT IN CUSTOM BOARD

Hiwe created custom PCB using stm32h750IBT6 MCU. in this we have added USB interface using DM & DP pins.issue: USB interrupt in not happening when i connect USB to the connector. i have added SCHEM for reference.considered steps in MX:1. enabled USB_...

Screenshot 2025-04-10 183157.png
naveen by Associate III
  • 289 Views
  • 1 replies
  • 0 kudos

Resolved! Cordic not visible

Im working on a project wit h a H753ZI board with simulink.  In order to calculate sin efficiently I Hav tried the CORDIC block but in CUBEMX  under "Computing" only CRC and DFSM1 are visible.  Is it not possible to activate CORDIC? I have tried to m...

Dual ADC multi-channel sampling

Does STM32 support dual-ADC multi-channel sampling? For example, ADC1 enables IN1 and IN2, and ADC2 enables IN3 and IN4. Is the storage method in the adc_buffer as follows? adc_buffer[0]: High 16 bits = ADC1 IN1, Low 16 bits = ADC2 IN3 adc_buffer[1...

smile by Associate II
  • 323 Views
  • 2 replies
  • 0 kudos

Ethernet Packet Broadcast MAC address

I am trying to write a ethernet loopback test and I am unable to set the destination MAC address (FF:FF:FF:FF:FF:FF) to broadcast to. Since this is for testing, we want to avoid using NetX.Is there an example of HAL_ETH_Transmit and HAL_ETH_ReadData ...

Eliana1 by Associate
  • 239 Views
  • 1 replies
  • 0 kudos

I2S Full Duplex with STM32F301

Hello,I try to use I2S in full duplex mode master with DMA but it doesn't work as expected.The I2S is configured in 24 bits @32Khz.DMA TX and RX are configured in half-word circular mode.I can send data manually but if I loop the input to the output ...

Mafo by Associate II
  • 504 Views
  • 4 replies
  • 1 kudos