User Activity

Posted on August 03, 2016 at 15:14Hello! I am trying to start ADC2 on stm32l476, but it always goes to error handler multimode.Mode = ADC_MODE_INDEPENDENT;     if (HAL_ADCEx_MultiModeConfigChannel(&hadc2, &multimode) != HAL_OK)     {     Error_Handl...
Posted on July 26, 2016 at 19:52Hi, I am trying use sd card on stm32l476 with HAL driver. I can initialize and read any block and it work fine. Write block not work and always got SD_DATA_CRC_FAIL error. I have same board with stm32l151 it work fine...