User Activity

Hi,I use STM32U575.The STM32U575 works as a USB CDC ACM device and I implemented it in standalone mode.OTG_FS_IRQHandler is called when data is received from the host device.Is there a way to determine that when OTG_FS_IRQHandler is called, it is due...
HiI use STM32U575I-EV.I want to periodically read data from an external SPI device without CPU.The SPI device will emit a data ready signal(active low gpio), so I want to use that as a trigger to read the data.Ideally, I would like to perform multipl...
Hi,I'm using STM32U575I-EV and CubeMX.Please tell me about benefits using lpbam in CubeMX.I thought that if I properly set up the peripherals that support LPBAM on the "Pinout & Configuration" screen, I could do the same thing as LPBAM Scenario.When ...