Hi All, I am trying to compile and run the project ACIM-NUCLEOG431RB-IHM023V3-LSO_FOC to drive an ACIM motor as in the wiki: https://wiki.stmicroelectronics.cn/stm32mcu/wiki/STM32MotorControl:SDK_AC_induction_motor but the generation of the code give...
I have configured the peripheral with STMCube, as shown in the picture, but I have no output signal on the pin. I can see the TIM2_CNT is working and the CCR1 contains the coorect value
Thanks, I have see it is also available on the Cube. Can you please provide just the footprint so I can order the PCB while the component become avilable?
Hi, I think I found the bug, the generated code of the PA0 did't comprehend the setting of alternate function, see the code as it was generated:oid HAL_TIM_MspPostInit(TIM_HandleTypeDef* htim){ GPIO_InitTypeDef GPIO_InitStruct = {0}; if(htim->Instanc...