Hello everyone,
Yes i'm pretty sure the command send should be the discribed read command from the Ref.Man.
It can be seen on the following piucture:
TOP(Data0) Bottom(Clock). There is some noise on Data0 you can ignore this.

This should read: 00000011 (Opcode 0x03)--> Dataflash continous array read low frequency
Here is a view of the seperated read attempts. Like before only the high peaks on Data0 should be real activity.

Each read attempt works at ~18Mhz(verified).
The noise on Data0 is caused by the cables (very close) i attached to spi so i can read with Oscilloscope.
As you can see the CLK cable is the reason for this noise.
Now i attached my TOP sensor at Data1 to read the answer activity:

As you can see there is some returning data on first and second attempt. The pattern seems to be correct judged by the amount of 1's and 0's.
Interestingly there is no more response on >=third read attempt.(As before noise on Data please ignore).
Edit: I tried to read the ADR's send on each read cmd. It seems that every read is 0x40(16*4Byte) in size. This explains why there are no more Data on the end.
It's just because in this ADR range are only 0's. The calculated ADRs should be in correct range (not exceeding 0x210 offset).
And maybe it's usefull, the Dataflash we are using: AT45DQ161 | Adesto Technologies
Best regards
Torben
Ps.: I'm still a student. This is my first "big" project so i really aprecciate your help :-). I hope you can get all information from the Images you are looking for.