User Activity

Posted on April 13, 2015 at 12:11The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 18, 2015 at 18:07I want to implement a firmware update capability on my board via USB DFU. For now, I experiment on the STM32F4 discovery board following the example in STM32Cube_FW_F4_V1.4.0 (USB device application ''DFU_Standalone'...
Posted on March 10, 2015 at 10:29I would like to implement a USB Composite (USB-MSC + USB-CDC) on USB_Device on STM32F4xx target using the STM32Cube. Neither STM32CubeMX or the demo applications in the STM32CubeF4 v1.4 package propose a composite de...
Posted on March 03, 2015 at 16:41I would like to monitor the memory usage in my microcontroller. The purpose is to verify that there is no memory leak after a certain time. Is there a way to do this in debug mode or with an existing function?