User Activity

2 small bugs I encountered:** sfu_error.c l.246function SFU_ErrorStatus SFU_EXCPT_Check_Code(SFU_EXCPT_IdTypeDef eExceptionId)=> missing case SFU_EXCPT_NONE=> never returns SFU_ERROR (should be added in default case)** When assertion is enabled in Cu...
Hi,I'm trying to configure an I2C interface in SMBUS mode on an STM32F4. However, cubemx (v5.3.0) does not correctly generate code (missing include and file about HAL SMBUS, missing handle, empty init function, etc.). Compilation failed.Is there a pl...