diff --git a/configs/stm3240g-eval/README.txt b/configs/stm3240g-eval/README.txt index 4fcc63938e8..ac3ebb10339 100755 --- a/configs/stm3240g-eval/README.txt +++ b/configs/stm3240g-eval/README.txt @@ -521,3 +521,9 @@ Where is one of the following: CONFIG_NSH_IPADDR=(10<<24|0<<16|0<<8|2) : Target IP address 10.0.0.2 CONFIG_NSH_DRIPADDR=(10<<24|0<<16|0<<8|1) : Host IP address 10.0.0.1 + NOTE: This example assumes that a network is connected. During its + initialization, it will try to negotiate the link speed. If you have + no network connected when you reset the board, there will be a long + delay (maybe 30 seconds?) before anything happens. That is the timeout + before the networking finally gives up and decides that no network is + available. diff --git a/configs/stm3240g-eval/include/board.h b/configs/stm3240g-eval/include/board.h index ba1016910a8..9ae54a4d02a 100755 --- a/configs/stm3240g-eval/include/board.h +++ b/configs/stm3240g-eval/include/board.h @@ -274,7 +274,7 @@ * FSMC must be disabled in this case! */ -#define GPIO_TIM4_CH2 GPIO_TIM4_CH2_1 +#define GPIO_TIM4_CH2 GPIO_TIM4_CH2_2 /************************************************************************************ * Public Data