2019-03-25 01:28 AM
We have chosen STM32F469VGT6 for our application. We have Ethernet as one of the main functions of our board. We are planning to use external PHY chip. However, we are not able to find out whether this particular part has Ethernet function with RMII connections.
We could not find out pins for ETH_RMII_RXD0 and ETH_RMII_RXD1 on LQFP100 part.
It is not explicitly mentioned in any of the documents such as datasheet or reference manual. Please let us know the answer.
2019-03-25 06:30 AM
are you looking in the cube ?
or the reference manual ?
its the datasheet you want t see..
100pin, maybe its not there
check the datasheet pinout table,
look for the LQPF-172 pinout, the RXd0/D1 pins will be there,
but likely blank in the LQFP-100 column.
2019-03-25 06:37 AM
I looked in the datasheet and reference manual both. I see NC in LQFP-100 column. When this device is selected in STM product selector it shows that the Ethernet is available. Unfortunately, now we are stuck.
2019-03-25 06:37 AM
2019-03-25 06:50 AM
2019-03-25 07:11 AM
We did make PCB for our first version which does not use ethernet. So, in this revision only change is modify it to add ethernet PHY chip and connections. However, if I have to change the chip package then it is almost re-doing the whole PCB design.
I am not using cube. We build the code in linux.
If they exist in cube, then, at least there should be a pin number to it. Because, finally the signal have to appear on pin-pad. So can you help me by posting an image or pin table for ETH_RMII_RXD0 and ETH_RMII_RXD1 ?
DSI I am not aware of.
Change processor, you mean the chip package ? Or any pin compatible different STM MCU ?
2019-03-25 04:08 PM
2019-03-27 08:01 AM
Hello,
After check the MCU Selector: Ethernet is not supported for STM32F469 on LQFP100 package.
As mentionned in the STM32F469xx datasheet: the pins are not bonded (not-connected) for the ETH_RMII_RXD0 and ETH_RMII_RXD1 on LQFP100 package. They must be configured by software to output push-pull and forced to “0�? in the output data register to avoid extra current consumption in low power modes.
Regards
Imen