Details
-
Type: Change
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V2.13.0.0
-
Fix Version/s: V2.13.0.10, V2.13.1.0, V2.14.0.0
-
Component/s: None
-
Labels:None
-
Account:SPC EthernetIp Slave (SPCETHERNE)
Description
During start of the EtherNet/IP Stack, the AP-Task calles Drv_SflInitializeFlash(). This is ok for LFW as in that scenario only the AP-Task accesses the flash.
However, when being in a LOM scenario and another thread also wants to access the flash, this can generate unexpected behavior.
It is importatnt that Drv_SflInitializeFlash() is called only once on startup before any thread accesses the flash.