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
-
Fix Version/s: V1.3.0.0
-
Component/s: cifX/netX Toolkit
-
Labels:None
-
Account:SDO Driver (SDODRIVER)
Description
The post reset event (eCIFX_TOOLKIT_EVENT_POSTRESET) is intended to be used by host systems, if they need some special hardware settings until they are able to access the netX DPM (e.g. RAM timing or SPI controller settings for SPM access).
The function is called too late (see cifXStartRAMDevice()) because first DPM accesses are done rigth after the reset in cifXHardwareReset().
Example:
Using SPM the netX needs 2 "dummy reads" via SPM before valid data are delivered. eCIFX_TOOLKIT_EVENT_POSTRESET is called in cifXStartRAMDevice() but first access takes place in cifXHardwareReset() which is before.