User Activity

This talk at TinyML Summit explains some of the key techniques for optimizing CNN models. The focus in on audio models, but some also apply to other multi-variate time-series and some to image processing.https://www.youtube.com/watch?v=ks5kq1R0aws&t=...
Hi,I am implementing DFU over I2C to an STM32L476, trying to follow AN4221 and AN2606.For now I am focused on just getting some DFU command to work successfully over I2C, and I started with "Get Version" to get the bootloader version. I am able to ge...
I need to jump to DFU from software (BOOT0 pin not available in board design) on STM32L476RG. I'm following the process outlined in https://stm32f4-discovery.net/2017/04/tutorial-jump-system-memory-software-stm32/ - but added the memory barriers that...
Hi,I made a small Python script that allows to convert models from the commandline. Wraps the same tools used by STM32CubeMX but can be integrated into build scripts and similar, without having to go through the GUI.It also outputs the resources use...