User Activity

I have an issue where I keep getting a startup fault. But the motor gets up to the speed its commanded to. I don't have this issue with the demo (IMH07M1) board, but I do with my custom power stage. The only way this would fail is if the pointer t...
My ramp cranks current up to my max within 5 pwm cycles. I'm traced it down to STC_CalcTorqueReference, it calculates some increment value. I assume that's the issue. the math works out but something is wrong here. This is a custom power stage an...
I've been trying to develop a C++ application which uses the C based MC SDK (would really be nice if STM would provide a supported wrapper). I'm getting:arm-none-eabi-g++ -o "nucleo_demo_y4.elf" @"objects.list" -mcpu=cortex-m4 -T"C:\Users\dustin\re...
... arm-none-eabi-g++ "C:/Users/../wheel/nucleo_demo_y4/Src/main.cpp" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DARM_MATH_CM4 -DUSE_HAL_DRIVER -DSTM32F302x8 -c -I../../Inc -I../../Drivers/STM32F3xx_HAL_Driver/Inc -I../../Drivers/STM32F3xx_HAL_Driver/...
The MC SDK is sometimes hard to follow. Has anyone made any UML maps of the SDK or know of any tools to generate these maps? I knew I saw a tool to do this long ago, but now I can't find it again. Seems like a tool that would be widely used. Than...