User Activity

When the bootloader is updated from the main appli, the start address at reset can be set to the start address of the main application. By this, it is assured that the device can still be started if the bootloader update could not be completed, e.g. ...
Hello, 2 MEMS microphones share a common Clock (PB3, ADF1_CCK0) and Data (PB4, ADF1_SDI0) of a STM32U585QI.Using ADF the PDM signal is processed successfully. It processes either the data of the either falling or rising edge depending on setting Init...
Hello, I ported wokring code from STM32F4 to STM32H7 (STM32H7A3NI). So far most is working as expected, however on SPI2 used as I2S the circular RX DMA1 Stream3 does not start. NTD remains on its initial value 0x800. The SPI2 has RXP and OVR set. The...
Hello,To avoid context switches between the painting thead and DMA2D_IRQHandler interrupt I switched the code code to start the next DMA2D operation directly in the interrupt handler.However, after doing this, the painted frame buffer has sproradic p...
Posted on July 27, 2017 at 15:27Hello,we are using the USB Full Speed host port on an STM32F4 with FreeRTOS.We use the most recent libraries:- stm32f4xx_hal_hcd.c stm32f4xx_hal_hcd.c and stm32f4xx_ll_usb.c version 1.7.0- CubdF4 niddleware STM32_USB_...
Kudos given to