FreeRTOS + TCP, tutorial, STM32F7 questions.

philipp007 wrote on Tuesday, February 05, 2019:

WOW! thanks Hein,
its working like charm. You are the best :-). Perfect. Logging is now also with SWV possible. There was a spelling mistake in xRestult instead of xResult but…
But the Board is not listed in the Routers list of ips…
If i do an “arp -a” I can see the ip + mac of the board.
Also a strange behaviout: the vApplicationIPNetworkEventHook is only called when I connect the board the first time, as i wrote before. Do you have any idea?
I put the log down here (i connected the ethernet cable after a few secs when the scheduler started…)

Will be launching FreeRTOS…
prvIPTask started
PHY ID 7C130
xPhyReset: phyBMCR_RESET 0 ready
+TCP: advertise: 01E1 config 3100
prvEthernetUpdateConfig: LS mask 00 Force 1
xPhyReset: phyBMCR_RESET timed out ( done 0x00 )
Network buffers: 56 lowest 56
Link Status still low
Link Status still low
Link Status still low
Link Status still low
xPhyCheckLinkStatus: PHY LS now 01
prvEthernetUpdateConfig: LS mask 01 Force 0

Autonego ready: 00000004: full duplex 100 mbit high status
Link Status is high
Network buffers: 55 lowest 55
Network buffers: 54 lowest 54
TX DMA buffers: lowest 2
Network buffers: 53 lowest 53
TX DMA buffers: lowest 1
Network buffers: 52 lowest 52
TX DMA buffers: lowest 0
Network buffers: 51 lowest 51

I will also try to continue with the tutorial creating a socket, but i thought that now the stm should be visible to the Router…

Thanks again!!! Hein the master :slight_smile:

Greetings Philipp