User Activity

In adc.c (HAL driver), line 89 there are wrong constants generated:LL_ADC_SetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(ADC1), LL_ADC_PATH_VREFINT|LL_ADC_PATH_TEMPSENSOR);correct is:LL_ADC_SetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(ADC1), LL...
Hi,long time, no see, so greetings to all!When implementing touch sensors, can I use the PCB silk screen as "panel", i.e. omit the glass/plexiglass panel?It is for a private project, the unit will be infrequently used in lab environments.Obviously th...
Posted on December 12, 2017 at 16:17Hi,is there a timeframe for that?Best,Martin.
Posted on August 11, 2017 at 13:20Hi, new to the forum.STM32L476: when reading a block larger than 255 bytes from an EEPROM , HAL gets stuck in HAL_I2C_STATE_BUSY_RX, SCL low, SDA high. Reload was setup alright in HAL and in STM32 I2C the TCR flag i...