User Activity

I'm trying to use STM32CubeMX to generate a USBX Device CDC ACM in standalone mode (without using ThreadX).I'm using a Nucleo-H563ZI to test with. I can do this with ThreadX and get it working, but when I try the standalone configuration it doesn't w...
I'm using an STM32H563. Setup to get ADC captures into a buffer using DMA in circular mode.I have TIM1 triggering an ADC1 conversion of two channels. And a buffer with 16 readings using DMA. The GPDMA is set in Standard Request Mode and Circular enab...
I'm using an STM32H563 and the STM32CubMX for initialisation. I'm trying to use the USART in DMA mode and having trouble with the Tx DMA.I use:HAL_UARTEx_ReceiveToIdle_DMA(&huart10, (uint8_t *) uart10RxDMABuffer, UART10_RX_BUFFER_SIZE);for the receiv...
I'm using SMBus on an STM32F303. The application has the STM32 as host, SMBUS charger and SMBUS battery, the charger and STM32 can act as master.I need to infrequently read from the battery and want to check for IDLE before initiating a transfer.I've...
I'm looking to use the STM32MP1 for a battery powered product.What is the recommended configuration to control external power supplies?Both in startup and shutdown.In the past I've used an external M0 as a power sequencer. Latching the power from a m...
Kudos from