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
  • 490 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
  • 349 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
  • 392 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
  • 291 Views
  • 1 replies
  • 0 kudos