User Activity

Hello,While I was tracking an issue on I2C bus, I found something that seems to be unconsistent in HAL file stm32l4_hal_i2c.c1 - routines I2C_WaitOn_____UntilTimeout() are called after locking the bus with __HAL_LOCK(hi2c) macro2- these routines upda...
Hello,I think that I found an issue in the HAL code generated by CubeMx 6.6.1 with STM32L4.I2C HAL in file stm32l4xx_hal_i2c.c line 6855 there is an infinite loop :     while (__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF) == RESET)     {      /* Check for...
Posted on February 05, 2018 at 13:23Hello, I'm facing a difficulty using CubeMx generated code with USB (CDC with VBus sensing).HAL_GPIO_EXTI_Callback is declared as 'weak' so for managing some GPIO's interrupts, I declared my own call back to 'catc...
Kudos from