Posted on March 02, 2018 at 02:55 I have a similar problem. All I wanted to do was create a F4Discovery project with FreeRTOS, once FreeRTOS was enabled, I could not get the project to be generated correctly. No change in settings other than the ch...
Posted on December 11, 2015 at 16:22Sure, I know what the Cube outputs since I made the same project through the cube. I am saying you need to run your code, and step line by line. Instead of just running the code, step to next line until you see th...
Posted on December 11, 2015 at 14:28What does it look like if you step line-by-line through your code? That may help in figuring what lines make it respond in what way.
Posted on December 11, 2015 at 14:20I used FFT on the F0 and only included #include ''stm32f0xx_hal.h''#include ''arm_math.h''#include ''arm_const_structs.h''so maybe check the ARM page for how you are performing the entire thing. You need to setup ...