User Activity

STM32Cube FW_F4 V1.28STM32CubeMX 6.11.1file main.c line 209 function static void MX_SDIO_SD_Init(void)hsd.Init.BusWide = SDIO_BUS_WIDE_4B;fix hsd.Init.BusWide = SDIO_BUS_WIDE_1B;Related post.https://community.st.com/t5/stm32cubemx-mcus/sdio-interface...
STM32Cube FW_F4 V1.27.1HAL ETH LWIPfileethernetif.c HAL_ETH_Start(&heth); line 880 if(linkchanged)  {   /* Get MAC Config MAC */   HAL_ETH_GetMACConfig(&heth, &MACConf);   MACConf.DuplexMode = duplex;   MACConf.Speed = speed;   HAL_ETH_SetMACConfig(&...
STM32Cube FW_F1 V1.8.4Conditions: SPI1 or SPI3 remapped to PB3-5 pins. Problem: SPI not work.Solution: Enable Debug Serial Wire (PA13 PA14)SWJ function changes SWJ_CFG[2:0] bitsstm32f1xx_hal_msp.c line 81__HAL_AFIO_REMAP_SWJ_NOJTAG();do{ uint32_t tm...
STM32Cube FW_F4 V1.27.1HAL ETH PTPfilestm32f4xx_hal_tim_ex.cDefinition of TIM_TIM2_ETH_PTPline 75-79#if defined(TIM8)#define TIM_TIM2_TIM8_TRGO           0x00000000U               /*!< TIM2 ITR1 is connected to TIM8 TRGO */#else#define TIM_TIM2_ETH_P...
STM32Cube FW_F4 V1.27.1HAL ETH PTPfilestm32f4xx_hal_eth.cfunction HAL_StatusTypeDef HAL_ETH_ReadData(ETH_HandleTypeDef *heth, void **pAppBuff)line 1115, 1117   /* Get timestamp high */   heth->RxDescList.TimeStamp.TimeStampHigh = dmarxdesc->DESC6;   ...
Kudos from