Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V1.0.0.0, V1.0.1.0, V1.0.2.0, V1.0.3.0, V1.0.4.0, V1.1.0.0, V1.1.1.0, V1.1.2.0, V1.1.3.0, V1.1.4.0, V1.1.5.0, V1.2.0.0, V1.2.0.1, V1.3.0.0, V1.4.0.0
-
Fix Version/s: V1.5.0.0
-
Component/s: cifX/netX Toolkit
-
Labels:None
-
Account:SDO Driver (SDODRIVER)
Description
In DEV_ProcessFWDownload(), when downloading a firmware to a flash based device DEV_RemoveChannelFiles() is called to delete all files in a channel in order to prepare for the actual download (e.g. to remove nxo or nxd files).
The loop, in which DEV_RemoveChannelFiles() is called, iterates over all channels but repeatedly calls DEV_RemoveChannelFiles() with channel 0.
Instead, all files should be deleted in all channels.