Is it Compatible Marvell 88E1116R PHY chip for STM32F407 ?
I am using STM32F407 Controller For Ethernet Application , then Marvell 88E1116R PHY Chip i want to use with STM32F407 , so is it Compatible ?
I am using STM32F407 Controller For Ethernet Application , then Marvell 88E1116R PHY Chip i want to use with STM32F407 , so is it Compatible ?
I have tried to follow this example:https://www.st.com/resource/en/application_note/dm00663511-how-to-build-a-simple-usbpd-sink-application-with-stm32cubemx-stmicroelectronics.pdfSadly right after code-generation there are already 4 errors without me...
I'd like to use the PTP clock peripheral in my STM32F427 for timekeeping - but without using the rest of the ethernet functionality, or dedicating any pins to it.I prefer the PTP clock to the RTC as it offers a 32-bit subsecond (rather than the 16 bi...
On page 186 of the datasheet for the STMF407xx the diagram for using USB FS shows that the pairs PA11/PA12 (OTG_HS) or PB14/PB15 (OTG_FS) can be used to connect the USB DM and DP lines. However, the pinout table on pages 52 & 55 explicitly list the f...
Every firmware of Stm32 microcontrollers, the first value is starting with 0x2XXXXXXX, while working with custom bootloaders, I found that this is an address on SRAM,Every firmware of Stm32 microcontrollers, the first value is starting with 0x2XXXXXX...
Hi allI use the STM3240G-EVAL. CubeMx version is 6.0.1 and using TureStudio for ST32.I try to test the lwip for a few days. But it was not working.I referenced the "Lwip_Echo_Server example" project which before is the HAL library.It works well.(ping...
Hey There, I am trying to create a DHCP server, on stm3210C eval using LWIP 2.0.3. and the ethernet phy seems to work but I can't get the static IP to show on the router's connected device list
I am facing difficulty in making bank swapping example code to work, provided in STM32Cube_FW_H7_V1.8.0. I had tried the following optionsI had flashed the "FLASH_SwapBank_Bank1.bin" and "FLASH_SwapBank_Bank2.bin" file onto the respective banks and o...
Can anyone please point towards FDCAN example for H743ZI2. I am able to transmit data in loopback mode but normal mode is not working. In loopback mode, both the transmit and receive interrupt are coming but in normal mode, Transmit interrupt is not...