User Activity

[VERSION]: 6.3.1[TOOL]: Firmware[DETAILS]:The implementation of MCM_Modulus defined in mc_math.h calls the CORDIC peripheral like this: LL_CORDIC_WriteData(CORDIC, (((uint32_t)beta << 16U) | (uint32_t)alpha)); This works fine as long as alpha is posi...
 SPD_GetInstElSpeedDpp is implemented in speed_pos_fdbk.h  static inline int16_t SPD_GetInstElSpeedDpp(const SpeednPosFdbk_Handle_t *pHandle) { #ifdef NULL_PTR_CHECK_SPD_POS_FBK return ((MC_NULL == pHandle) ? 0 : pHandle->InstantaneousElSpeedDpp); ...
MCSDK 6.2.0 introduced erronous conversions from float_t to int16_t in:MCI_ExecTorqueRamp_FMCI_ExecSpeedRamp_FMCI_SetCurrentReferences_FThe bug persist in MCSDK 6.2.1. MCI_ExecTorqueRamp_F is implemented mc_interface.c.ftl /** * @brief Programs a ...
STM32CubeMX version: 6.10.0Firmware version: STM32Cube FW_G4 V1.5.1 I have configured a GPIO pin as EXTI and configured that the interrupt should not be enabled when initializing the GPIO, (i.e. removed the check mark from "Generate Enable in Init")....
Dual drive support was removed from the MCSDK when version 5.Y.0 was introduced. The release notes for MCSDK V6.0.0 states:"Dual drive is no more supported at the moment. Support for this feature will be reintroduced in a future release of the SDK"Is...
Kudos from
Kudos given to