I'm running the SBSFU on a STM32H7 where I can succesful upload a new application and it is starting. The application is running on an external flash.The question is, can I simply change the clock system settings to the applications need at startup o...
Hi,I am developing a sensor board that includes an STM32U575CGTx MCU, an IMU, a microSD card slot, USB, and a battery (rough schematic attached). If you have a better suggestion for the MCU, please feel free to suggest it. The data logging rate is re...
Dear everyone, I am using an STM32F429ZI Nucleo board and using the ADC_RegularConversion_DMA example on STMCubeIDE 1.10.1I must say on a first point of fiew, the example seems to work fine, there are some analog data in the variable: __IO uint32_t u...
I'm trying to make use of the HAL_UARTEx_ReceiveToIdle_DMA() functionality.So far no reaction on an IDLE event. The corresponding HAL_UARTEx_RxEventCallbackgets called when a certain amount of bytes has been received, but not on an IDLE event.The dev...
I am using the UX_Host_MSC example project. When a connect a USB drive to the USB-C port, the demo app detects a physical connection but power is never activated.
I have recently bricked my STM32H7 discovery kit by trying to select the M4-only boot option, but I am no longer able to connect the debugger. I have had a similar problem with the Arduino Giga board but I managed to "unbrick" it by running a bootloa...
I am developing on the STM32U5 family and i need to use UCPD. As far as I know the UCPD middleware is no supported on this family, so I need to implement my functionality using the LL driver for the UCPD module. I am not experienced with usb power de...
The standard STM32F407 USB audio driver only supports 48k, is there any info available to up it to higher speed?
Using an STM32F107 without an operating system. Looking for an open source SSH library that can be used along side LwIP.Has anyone had any luck doing this previously?