User Activity

Is there a guide of how to share a STM32CubeIDE project in github for collaboration?I tried this for a modified version of the STM32 demo program "FatFs_USBDisk" - to extend/enhance it in a team.When I adopt the base demo program in github, and someo...
E.g. the FatFs_USBDisk sample does not have a *.ioc file.Maybe not all example projects use STM32CubeMX?(the issue sounds like https://community.st.com/t5/stm32-mcus/creating-stm32cubmx-ioc-project-for-older-stm32cube-firmware/ta-p/49664)How can I en...
I use NUCLEO-F767Z board and was working on a Application Framework that uses RTOS with different tasks, and logging to serial console and USBDisk. This is quite a while ago (STM32CubeIDE 1.6.1). I couldn't make USBDisk work with RTOS then. I switche...
I started a STM32 framework project here: https://github.com/FBergemann/STM32-FreeRTOS-Framework/tree/dev-usb-host-msd. And i am currently busy to set up logging to console and USB FS (as Host to USB stick). But i didn't manage to enable USB OTG FS. ...