User Activity

How can I get from code generated with the Motor Control Toolbox (MCSDK_v5.Y.3) that doesn't allow selection of the STM32G491CCUx processor to a build that will run on a board with that processor?
I have created and developed a motor control application using the B-G431B-ESC1 development board which has an STM32G431CB MCU. My product board has STM32G491CCU MCU. I went through the process of creating a fresh STM32G491CCU project in CubeMX (an...
I have a project and I need to change the pin assignment for peripherals. If I open the .ioc file and make the changes will those pin assignment changes propagate into the code when I re-build it?
I have a board that does not have an external temperature sensor. I'm using the motor control toolbox and it doesn't have an option for selecting the internal temperature sensor. I know that the internal one is not very accurate (calibration points...
What I need to do is implement a command line interface over that serial port for factory configuration and settings controls. When I add printf() calls to the while loop in main I don't see my messages on the virtual COM port of my Discovery board....