Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing PD10 to PA3 #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ethernet_bridge/bsp_net_ether_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static void BSP_NetEther_CfgClk(NET_IF *p_if,
RTOS_ASSERT_CRITICAL(((CMU->STATUS & CMU_STATUS_HFXORDY) != 0), RTOS_ERR_INVALID_CFG,; );

#if (BSP_ETH_PHY_MODE_CONFIG == NET_PHY_BUS_MODE_RMII)
// Send 50 MHz HFXO to PHY via PD10
// Send 50 MHz HFXO to PHY via PA3
GPIO_PinModeSet(gpioPortA, 3, gpioModePushPull, 0);
CMU->CTRL |= CMU_CTRL_CLKOUTSEL2_HFXO;
CMU->ROUTELOC0 = CMU_ROUTELOC0_CLKOUT2LOC_LOC4;
Expand Down
4 changes: 2 additions & 2 deletions templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<descriptors name="wifi_cli_micriumos" label="Platform - Wi-Fi CLI on Micrium OS kernel" description="This example project provides a Command Line Interface (CLI) to interact with the Wi-Fi FMAC driver and the LwIP APIs.">
<properties key="namespace" value="template.uc"/>
<properties key="projectFilePaths" value="wifi_cli_micriumos/wifi_cli_micriumos.slcp"/>
<properties key="boardCompatibility" value="brd2204a brd4161a brd4162a brd4163a brd4164a brd4321a com.silabs.board.none"/>
<properties key="boardCompatibility" value="brd2204c brd2204a brd4161a brd4162a brd4163a brd4164a brd4321a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*efm32gg11b.* .*efr32mg12p.* .*wgm160.*"/>
<properties key="ideCompatibility" value="makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc"/>
Expand All @@ -13,7 +13,7 @@
<descriptors name="secured_mqtt" label="Platform - Wi-Fi Secured MQTT on Micrium OS kernel" description="This example project demonstrates how to run a secured MQTT application with the Wi-Fi FMAC driver, the LwIP functionalities and the MbedTLS library.">
<properties key="namespace" value="template.uc"/>
<properties key="projectFilePaths" value="secured_mqtt/secured_mqtt.slcp"/>
<properties key="boardCompatibility" value="brd2204a brd4161a brd4162a brd4163a brd4164a brd4321a com.silabs.board.none"/>
<properties key="boardCompatibility" value="brd2204c brd2204a brd4161a brd4162a brd4163a brd4164a brd4321a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*efm32gg11b.* .*efr32mg12p.* .*wgm160.*"/>
<properties key="ideCompatibility" value="makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc"/>
Expand Down