STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

debug and code non corresponding

I have an application that debugs correctly when I loads it at address 0x08000000.I'd like to use a bootloader, so I've changed the ld file, and choose, as flash origin, the address FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 1920KBut, in this case, w...

IVent.1 by Senior
  • 33 Views
  • 1 replies
  • 0 kudos

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
  • 147 Views
  • 1 replies
  • 0 kudos

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
  • 77 Views
  • 2 replies
  • 0 kudos

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
  • 39 Views
  • 1 replies
  • 0 kudos