User Activity

I'm looking to upgrade one of my years-old BLDC 6 step designs which used STM32F401 and too many other components! I like the look of STSPIN32G4 and so purchased an EVSPIN32G4 development platform.It seems I have successfully worked through MC Workbe...
Declaring external function in main.c causes no errorextern plus_one (int) ; // Causes no problembut from within main () int x = plus_one (2); // causes build to fail11:20:23 **** Incremental Build of configuration Debug for project TemplateL432KC_DM...