Not sure what you refer to ('no such thing in 5.4.2') , but if it is the data structure element "ADCRegularLocked" and belonging functionality - it is the point that this does not exist in 5.4.2. And by comparing the file r1_g4xx_pwm_curr_fdbk.c from...
Regarding the "PWM_Handle_M1.ADCRegularLocked" line - this mechanism is implemented for the shunt sensor drivers. (I'm using G4 and ICS's myself so I have the same problem). When diff'ing the r1_g4xx_pwm_curr_fdbk.c from version 5.4.2 and 5.4.4 it ca...
Posted on January 03, 2018 at 23:06As I understand, the x-cube-spn7 uses six step control only - and (UM1945) refers to the ST FOC SDK for FOC control (which is what I want to run). Also, I find the MC workbench SW very useful.In fact, alternative 3...
Posted on January 03, 2018 at 14:29I was about to use a DMA example from STM32Cube_FW_F3_V1.8.0 in my FOC application based on STM32 PMSM FOC LIB_4.3 when I realized what Jarvis Xing describes: FOC lib is using std drivers - not HAL.. In general, I ...
Posted on October 20, 2017 at 00:14First I configured the X-NUCLEO-IHM08M1 for FOC control as described in UM1996 DocID028716 page 7,then, yes, I generated the header files from ST MC Workbench,and then I selected the 303C project and modified the M...