User Activity

I have a project with its ioc, the setup of the peripherals are ok.Now I want to edit a file while cubeide is closed and have the change reloaded when I reopen the ioc.Let say that I set the baudrate of UART5 to 115200: in some file I'll have the UAR...
I have a working project with its .ioc file.Now I need to port the project codebase to another project that uses exactly the same processor, but with different pinout: the peripherals in the project will be the same, mapped on some other pins.I need ...
I can't run the exe file on my pc, due to internal policies.Could someone upload the whole directory structure and files in github?
I'm looking for a simple solution to update firmware on my application developed on a STM32L476, with the minimum effort.As far as I understood this chip already has a boot on it that allows to get data via UART1 and a proprietary protocol from STM.I...
I am trying to calculate the FFT using CMSIS-DSP.I downloaded the latest CMSIS-DSP from github, copied folders CMSIS\DSP\Include, CMSIS\DSP\PrivateInclude and CMSIS\DSP\Source in my Drivers folder, added CMSIS\DSP\Include and CMSIS\DSP\PrivateInclude...