User Activity

I'm working with an STM32U575 Nucleo and also a custom board with the same processor.In STM32CubeIDE, neither project will let me set a breakpoint. What am I missing?I've attached a screenshot showing a "broken" breakpoint.
I'm working with the STM32U575 and using all four i2c blocks. My i2c code is interrupt driven.I can't find the right way to check which i2c block trigered the interrupt, suggestions please? void HAL_I2C_AddrCallback(I2C_HandleTypeDef *hi2c, uint8_t d...
I've built a new prototype using the STM32U575C, and provisioned two program/debug connectors, a fine pitch Samtec header and 0,1" pitch six pin header, I've used both before on STM32F4.I've tried accessing the processor using both headers, an STLINK...
I've installed using the path "C:\ST\STM32CubeProgrammer\STM32CubeProgrammer\bin\STM32TrustedPackageCreator_CLI.exe"and modified the scripts as directed.e.g.set stm32tpccli="C:\ST\STM32CubeProgrammer\STM32CubeProgrammer\bin\STM32TrustedPackageCreator...
I want to capture data from both ADC1 & ADC3 simultaneously, both have differential inputs. I want to trigger both conversions by Timer1, and collect data from both simultaneously when conversion is complete. My example is triggering data collection ...
Kudos from