User Activity

void MX_FDCAN1_Init(void){/* USER CODE BEGIN FDCAN1_Init 0 *//* USER CODE END FDCAN1_Init 0 *//* USER CODE BEGIN FDCAN1_Init 1 *//* USER CODE END FDCAN1_Init 1 */hfdcan1.Instance = FDCAN1;hfdcan1.Init.FrameFormat = FDCAN_FRAME_CLASSIC;hfdcan1.Init.Mo...
The problem you are experiencing with your STM32F407IGT6 board is that after programming the firmware and using Ethernet (UDP) communication, if you power it off and then back on, the Ethernet communication doesn't work. However, if you press the Res...
Is there an example or link where I can see the code for STM32F407IG Ethernet (UDP) communication?https://www.st.com/en/embedded-software/stm32cubef4.htmlI tried LWIP (UDP) communication by looking at the example in the link, but can you tell me why ...
Is there an example or link where I can see the code for STM32F407IG Ethernet (UDP) communication?https://www.st.com/en/embedded-software/stm32cubef4.htmlThe link here doesn't have the code I want- UPD Ethernet connection- Code for Ethernet Receive a...
I2C was used in stm32, butIn the picture below, I am using the Write and Read functions, but the error message “busy” appears. Is there a way to resolve this?I'll post pictures and code together.