summaryrefslogtreecommitdiff
path: root/decoder/test/spiflash/erase_hex.output
blob: 8708ebed410162724d6214ca5b74c3c9f74e61b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
48079-48100 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
48104-48125 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
48104-48125 spiflash: field: "Status register"
48079-48125 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
48125-48146 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
48125-48146 spiflash: field: "Status register"
48079-48146 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
59674-59693 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
59694-59715 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
59715-59736 spiflash: bit: "Address bits 15..8: 0x80" "Addr bits 15..8: 0x80" "Addr bits 15..8" "A15..A8"
59736-59757 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
59694-59757 spiflash: field: "Address: 0x018000" "Addr: 0x018000" "0x018000"
59761-65094 spiflash: field: "Data (256 bytes)"
59674-96722 spiflash: read: "Read data (addr 0x018000, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
99109-99130 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
99130-99149 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
99151-99170 spiflash: bit: "Address bits 15..8: 0x81" "Addr bits 15..8: 0x81" "Addr bits 15..8" "A15..A8"
99172-99191 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
99130-99191 spiflash: field: "Address: 0x018100" "Addr: 0x018100" "0x018100"
99197-104528 spiflash: field: "Data (256 bytes)"
99109-147151 spiflash: read: "Read data (addr 0x018100, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
148566-148587 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
148587-148608 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
148608-148627 spiflash: bit: "Address bits 15..8: 0x82" "Addr bits 15..8: 0x82" "Addr bits 15..8" "A15..A8"
148629-148648 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
148587-148648 spiflash: field: "Address: 0x018200" "Addr: 0x018200" "0x018200"
148654-153987 spiflash: field: "Data (256 bytes)"
148566-197147 spiflash: read: "Read data (addr 0x018200, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
198577-198596 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
198598-198617 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
198618-198639 spiflash: bit: "Address bits 15..8: 0x83" "Addr bits 15..8: 0x83" "Addr bits 15..8" "A15..A8"
198639-198660 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
198598-198660 spiflash: field: "Address: 0x018300" "Addr: 0x018300" "0x018300"
198664-203996 spiflash: field: "Data (256 bytes)"
198577-247136 spiflash: read: "Read data (addr 0x018300, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
248556-248575 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
248576-248597 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
248597-248618 spiflash: bit: "Address bits 15..8: 0x84" "Addr bits 15..8: 0x84" "Addr bits 15..8" "A15..A8"
248618-248639 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
248576-248639 spiflash: field: "Address: 0x018400" "Addr: 0x018400" "0x018400"
248643-253976 spiflash: field: "Data (256 bytes)"
248556-297171 spiflash: read: "Read data (addr 0x018400, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
298546-298567 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
298567-298586 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
298588-298607 spiflash: bit: "Address bits 15..8: 0x85" "Addr bits 15..8: 0x85" "Addr bits 15..8" "A15..A8"
298609-298628 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
298567-298628 spiflash: field: "Address: 0x018500" "Addr: 0x018500" "0x018500"
298634-303965 spiflash: field: "Data (256 bytes)"
298546-346938 spiflash: read: "Read data (addr 0x018500, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
350590-350609 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
350611-350630 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
350632-350651 spiflash: bit: "Address bits 15..8: 0x86" "Addr bits 15..8: 0x86" "Addr bits 15..8" "A15..A8"
350652-350673 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
350611-350673 spiflash: field: "Address: 0x018600" "Addr: 0x018600" "0x018600"
350677-356009 spiflash: field: "Data (256 bytes)"
350590-397115 spiflash: read: "Read data (addr 0x018600, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
398537-398558 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
398558-398579 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
398579-398598 spiflash: bit: "Address bits 15..8: 0x87" "Addr bits 15..8: 0x87" "Addr bits 15..8" "A15..A8"
398600-398619 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
398558-398619 spiflash: field: "Address: 0x018700" "Addr: 0x018700" "0x018700"
398625-403958 spiflash: field: "Data (256 bytes)"
398537-447114 spiflash: read: "Read data (addr 0x018700, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
448529-448548 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
448550-448569 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
448571-448590 spiflash: bit: "Address bits 15..8: 0x88" "Addr bits 15..8: 0x88" "Addr bits 15..8" "A15..A8"
448591-448612 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
448550-448612 spiflash: field: "Address: 0x018800" "Addr: 0x018800" "0x018800"
448616-453948 spiflash: field: "Data (256 bytes)"
448529-497607 spiflash: read: "Read data (addr 0x018800, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
498532-498551 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
498553-498572 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
498574-498593 spiflash: bit: "Address bits 15..8: 0x89" "Addr bits 15..8: 0x89" "Addr bits 15..8" "A15..A8"
498594-498615 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
498553-498615 spiflash: field: "Address: 0x018900" "Addr: 0x018900" "0x018900"
498619-503951 spiflash: field: "Data (256 bytes)"
498532-546895 spiflash: read: "Read data (addr 0x018900, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
548529-548548 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
548550-548569 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
548570-548591 spiflash: bit: "Address bits 15..8: 0x8a" "Addr bits 15..8: 0x8a" "Addr bits 15..8" "A15..A8"
548591-548612 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
548550-548612 spiflash: field: "Address: 0x018a00" "Addr: 0x018a00" "0x018a00"
548616-553948 spiflash: field: "Data (256 bytes)"
548529-597144 spiflash: read: "Read data (addr 0x018a00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
598542-598563 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
598563-598584 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
598584-598603 spiflash: bit: "Address bits 15..8: 0x8b" "Addr bits 15..8: 0x8b" "Addr bits 15..8" "A15..A8"
598605-598624 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
598563-598624 spiflash: field: "Address: 0x018b00" "Addr: 0x018b00" "0x018b00"
598630-603963 spiflash: field: "Data (256 bytes)"
598542-653088 spiflash: read: "Read data (addr 0x018b00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
654855-654874 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
654875-654896 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
654896-654917 spiflash: bit: "Address bits 15..8: 0x8c" "Addr bits 15..8: 0x8c" "Addr bits 15..8" "A15..A8"
654917-654938 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
654875-654938 spiflash: field: "Address: 0x018c00" "Addr: 0x018c00" "0x018c00"
654942-660274 spiflash: field: "Data (256 bytes)"
654855-697604 spiflash: read: "Read data (addr 0x018c00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
699042-699061 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
699062-699083 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
699083-699104 spiflash: bit: "Address bits 15..8: 0x8d" "Addr bits 15..8: 0x8d" "Addr bits 15..8" "A15..A8"
699104-699125 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
699062-699125 spiflash: field: "Address: 0x018d00" "Addr: 0x018d00" "0x018d00"
699129-704462 spiflash: field: "Data (256 bytes)"
699042-747451 spiflash: read: "Read data (addr 0x018d00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
748646-748665 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
748667-748686 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
748688-748707 spiflash: bit: "Address bits 15..8: 0x8e" "Addr bits 15..8: 0x8e" "Addr bits 15..8" "A15..A8"
748708-748729 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
748667-748729 spiflash: field: "Address: 0x018e00" "Addr: 0x018e00" "0x018e00"
748733-754065 spiflash: field: "Data (256 bytes)"
748646-797459 spiflash: read: "Read data (addr 0x018e00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
798642-798661 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
798663-798682 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
798683-798704 spiflash: bit: "Address bits 15..8: 0x8f" "Addr bits 15..8: 0x8f" "Addr bits 15..8" "A15..A8"
798704-798725 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
798663-798725 spiflash: field: "Address: 0x018f00" "Addr: 0x018f00" "0x018f00"
798729-804061 spiflash: field: "Data (256 bytes)"
798642-847588 spiflash: read: "Read data (addr 0x018f00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
850056-850075 spiflash: wren: "Command: Write enable (WREN)" "Command: Write enable" "Cmd: Write enable" "Cmd: WREN" "WREN"
853318-853337 spiflash: field: "Command: Sector erase (SE)" "Command: Sector erase" "Cmd: Sector erase" "Cmd: SE" "SE"
853339-853358 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
853359-853380 spiflash: bit: "Address bits 15..8: 0x90" "Addr bits 15..8: 0x90" "Addr bits 15..8" "A15..A8"
853380-853401 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
853339-853401 spiflash: field: "Address: 0x019000" "Addr: 0x019000" "0x019000"
853318-853401 spiflash: se: "Erase sector 102400 (0x019000)"
854743-854764 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
854768-854789 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
854768-854789 spiflash: field: "Status register"
854743-854789 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
854789-854810 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
854789-854810 spiflash: field: "Status register"
854743-854810 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
1169800-1169819 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
1169825-1169844 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
1169825-1169844 spiflash: field: "Status register"
1169800-1169844 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
1169845-1169866 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
1169845-1169866 spiflash: field: "Status register"
1169800-1169866 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
1454142-1454161 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
1454167-1454186 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
1454167-1454186 spiflash: field: "Status register"
1454142-1454186 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
1454188-1454207 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
1454188-1454207 spiflash: field: "Status register"
1454142-1454207 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
1738475-1738494 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
1738500-1738519 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
1738500-1738519 spiflash: field: "Status register"
1738475-1738519 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
1738520-1738541 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
1738520-1738541 spiflash: field: "Status register"
1738475-1738541 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
2024567-2024588 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
2024592-2024613 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
2024592-2024613 spiflash: field: "Status register"
2024567-2024613 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
2024613-2024634 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
2024613-2024634 spiflash: field: "Status register"
2024567-2024634 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
2036479-2036500 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2036500-2036519 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2036521-2036540 spiflash: bit: "Address bits 15..8: 0x90" "Addr bits 15..8: 0x90" "Addr bits 15..8" "A15..A8"
2036542-2036561 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2036500-2036561 spiflash: field: "Address: 0x019000" "Addr: 0x019000" "0x019000"
2036567-2041898 spiflash: field: "Data (256 bytes)"
2036479-2071122 spiflash: read: "Read data (addr 0x019000, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2075645-2075666 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2075666-2075687 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2075687-2075706 spiflash: bit: "Address bits 15..8: 0x91" "Addr bits 15..8: 0x91" "Addr bits 15..8" "A15..A8"
2075708-2075727 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2075666-2075727 spiflash: field: "Address: 0x019100" "Addr: 0x019100" "0x019100"
2075733-2081066 spiflash: field: "Data (256 bytes)"
2075645-2122728 spiflash: read: "Read data (addr 0x019100, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2129571-2129590 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2129592-2129611 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2129612-2129633 spiflash: bit: "Address bits 15..8: 0x92" "Addr bits 15..8: 0x92" "Addr bits 15..8" "A15..A8"
2129633-2129654 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2129592-2129654 spiflash: field: "Address: 0x019200" "Addr: 0x019200" "0x019200"
2129658-2134990 spiflash: field: "Data (256 bytes)"
2129571-2173308 spiflash: read: "Read data (addr 0x019200, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2178535-2178556 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2178556-2178575 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2178577-2178596 spiflash: bit: "Address bits 15..8: 0x93" "Addr bits 15..8: 0x93" "Addr bits 15..8" "A15..A8"
2178598-2178617 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2178556-2178617 spiflash: field: "Address: 0x019300" "Addr: 0x019300" "0x019300"
2178623-2183954 spiflash: field: "Data (256 bytes)"
2178535-2223290 spiflash: read: "Read data (addr 0x019300, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2228540-2228561 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2228561-2228580 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2228582-2228601 spiflash: bit: "Address bits 15..8: 0x94" "Addr bits 15..8: 0x94" "Addr bits 15..8" "A15..A8"
2228603-2228622 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2228561-2228622 spiflash: field: "Address: 0x019400" "Addr: 0x019400" "0x019400"
2228628-2233959 spiflash: field: "Data (256 bytes)"
2228540-2272138 spiflash: read: "Read data (addr 0x019400, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2273435-2273456 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2273456-2273477 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2273477-2273498 spiflash: bit: "Address bits 15..8: 0x95" "Addr bits 15..8: 0x95" "Addr bits 15..8" "A15..A8"
2273498-2273517 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2273456-2273517 spiflash: field: "Address: 0x019500" "Addr: 0x019500" "0x019500"
2273523-2278856 spiflash: field: "Data (256 bytes)"
2273435-2322143 spiflash: read: "Read data (addr 0x019500, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2323438-2323459 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2323459-2323480 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2323480-2323501 spiflash: bit: "Address bits 15..8: 0x96" "Addr bits 15..8: 0x96" "Addr bits 15..8" "A15..A8"
2323501-2323520 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2323459-2323520 spiflash: field: "Address: 0x019600" "Addr: 0x019600" "0x019600"
2323526-2328859 spiflash: field: "Data (256 bytes)"
2323438-2372748 spiflash: read: "Read data (addr 0x019600, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2378518-2378539 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2378539-2378560 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2378560-2378581 spiflash: bit: "Address bits 15..8: 0x97" "Addr bits 15..8: 0x97" "Addr bits 15..8" "A15..A8"
2378581-2378600 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2378539-2378600 spiflash: field: "Address: 0x019700" "Addr: 0x019700" "0x019700"
2378606-2383939 spiflash: field: "Data (256 bytes)"
2378518-2422744 spiflash: read: "Read data (addr 0x019700, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2428499-2428518 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2428520-2428539 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2428541-2428560 spiflash: bit: "Address bits 15..8: 0x98" "Addr bits 15..8: 0x98" "Addr bits 15..8" "A15..A8"
2428561-2428582 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2428520-2428582 spiflash: field: "Address: 0x019800" "Addr: 0x019800" "0x019800"
2428586-2433918 spiflash: field: "Data (256 bytes)"
2428499-2472228 spiflash: read: "Read data (addr 0x019800, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2473802-2473823 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2473823-2473844 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2473844-2473865 spiflash: bit: "Address bits 15..8: 0x99" "Addr bits 15..8: 0x99" "Addr bits 15..8" "A15..A8"
2473865-2473884 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2473823-2473884 spiflash: field: "Address: 0x019900" "Addr: 0x019900" "0x019900"
2473890-2479223 spiflash: field: "Data (256 bytes)"
2473802-2521838 spiflash: read: "Read data (addr 0x019900, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2523401-2523420 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2523422-2523441 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2523443-2523462 spiflash: bit: "Address bits 15..8: 0x9a" "Addr bits 15..8: 0x9a" "Addr bits 15..8" "A15..A8"
2523463-2523484 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2523422-2523484 spiflash: field: "Address: 0x019a00" "Addr: 0x019a00" "0x019a00"
2523488-2528820 spiflash: field: "Data (256 bytes)"
2523401-2572860 spiflash: read: "Read data (addr 0x019a00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2578474-2578493 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2578495-2578514 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2578515-2578536 spiflash: bit: "Address bits 15..8: 0x9b" "Addr bits 15..8: 0x9b" "Addr bits 15..8" "A15..A8"
2578536-2578557 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2578495-2578557 spiflash: field: "Address: 0x019b00" "Addr: 0x019b00" "0x019b00"
2578561-2583893 spiflash: field: "Data (256 bytes)"
2578474-2622861 spiflash: read: "Read data (addr 0x019b00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2628469-2628488 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2628490-2628509 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2628511-2628530 spiflash: bit: "Address bits 15..8: 0x9c" "Addr bits 15..8: 0x9c" "Addr bits 15..8" "A15..A8"
2628531-2628552 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2628490-2628552 spiflash: field: "Address: 0x019c00" "Addr: 0x019c00" "0x019c00"
2628556-2633888 spiflash: field: "Data (256 bytes)"
2628469-2672279 spiflash: read: "Read data (addr 0x019c00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2673771-2673790 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2673792-2673811 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2673812-2673833 spiflash: bit: "Address bits 15..8: 0x9d" "Addr bits 15..8: 0x9d" "Addr bits 15..8" "A15..A8"
2673833-2673854 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2673792-2673854 spiflash: field: "Address: 0x019d00" "Addr: 0x019d00" "0x019d00"
2673858-2679190 spiflash: field: "Data (256 bytes)"
2673771-2722202 spiflash: read: "Read data (addr 0x019d00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2723384-2723403 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2723405-2723424 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2723426-2723445 spiflash: bit: "Address bits 15..8: 0x9e" "Addr bits 15..8: 0x9e" "Addr bits 15..8" "A15..A8"
2723446-2723467 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2723405-2723467 spiflash: field: "Address: 0x019e00" "Addr: 0x019e00" "0x019e00"
2723471-2728803 spiflash: field: "Data (256 bytes)"
2723384-2772296 spiflash: read: "Read data (addr 0x019e00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2773370-2773391 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
2773391-2773412 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2773412-2773431 spiflash: bit: "Address bits 15..8: 0x9f" "Addr bits 15..8: 0x9f" "Addr bits 15..8" "A15..A8"
2773433-2773452 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2773391-2773452 spiflash: field: "Address: 0x019f00" "Addr: 0x019f00" "0x019f00"
2773458-2778791 spiflash: field: "Data (256 bytes)"
2773370-2822191 spiflash: read: "Read data (addr 0x019f00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
2824404-2824425 spiflash: wren: "Command: Write enable (WREN)" "Command: Write enable" "Cmd: Write enable" "Cmd: WREN" "WREN"
2827945-2827964 spiflash: field: "Command: Sector erase (SE)" "Command: Sector erase" "Cmd: Sector erase" "Cmd: SE" "SE"
2827966-2827985 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
2827986-2828007 spiflash: bit: "Address bits 15..8: 0xa0" "Addr bits 15..8: 0xa0" "Addr bits 15..8" "A15..A8"
2828007-2828028 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
2827966-2828028 spiflash: field: "Address: 0x01a000" "Addr: 0x01a000" "0x01a000"
2827945-2828028 spiflash: se: "Erase sector 106496 (0x01a000)"
2829478-2829499 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
2829503-2829524 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
2829503-2829524 spiflash: field: "Status register"
2829478-2829524 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
2829524-2829543 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
2829524-2829543 spiflash: field: "Status register"
2829478-2829543 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
3149395-3149414 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
3149420-3149439 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
3149420-3149439 spiflash: field: "Status register"
3149395-3149439 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
3149440-3149461 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
3149440-3149461 spiflash: field: "Status register"
3149395-3149461 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
3435063-3435084 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
3435088-3435109 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
3435088-3435109 spiflash: field: "Status register"
3435063-3435109 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
3435109-3435128 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
3435109-3435128 spiflash: field: "Status register"
3435063-3435128 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
3719402-3719423 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
3719427-3719448 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
3719427-3719448 spiflash: field: "Status register"
3719402-3719448 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
3719448-3719467 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
3719448-3719467 spiflash: field: "Status register"
3719402-3719467 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
4003795-4003814 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
4003820-4003839 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
4003820-4003839 spiflash: field: "Status register"
4003795-4003839 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
4003841-4003860 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
4003841-4003860 spiflash: field: "Status register"
4003795-4003860 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
4017367-4017386 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4017387-4017408 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4017408-4017429 spiflash: bit: "Address bits 15..8: 0xa0" "Addr bits 15..8: 0xa0" "Addr bits 15..8" "A15..A8"
4017429-4017450 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4017387-4017450 spiflash: field: "Address: 0x01a000" "Addr: 0x01a000" "0x01a000"
4017454-4022787 spiflash: field: "Data (256 bytes)"
4017367-4047527 spiflash: read: "Read data (addr 0x01a000, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4053292-4053311 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4053313-4053332 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4053334-4053353 spiflash: bit: "Address bits 15..8: 0xa1" "Addr bits 15..8: 0xa1" "Addr bits 15..8" "A15..A8"
4053354-4053375 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4053313-4053375 spiflash: field: "Address: 0x01a100" "Addr: 0x01a100" "0x01a100"
4053379-4058711 spiflash: field: "Data (256 bytes)"
4053292-4096089 spiflash: read: "Read data (addr 0x01a100, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4099630-4099649 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4099650-4099671 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4099671-4099692 spiflash: bit: "Address bits 15..8: 0xa2" "Addr bits 15..8: 0xa2" "Addr bits 15..8" "A15..A8"
4099692-4099713 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4099650-4099713 spiflash: field: "Address: 0x01a200" "Addr: 0x01a200" "0x01a200"
4099717-4105049 spiflash: field: "Data (256 bytes)"
4099630-4147157 spiflash: read: "Read data (addr 0x01a200, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4148471-4148492 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4148492-4148511 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4148513-4148532 spiflash: bit: "Address bits 15..8: 0xa3" "Addr bits 15..8: 0xa3" "Addr bits 15..8" "A15..A8"
4148534-4148553 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4148492-4148553 spiflash: field: "Address: 0x01a300" "Addr: 0x01a300" "0x01a300"
4148559-4153890 spiflash: field: "Data (256 bytes)"
4148471-4197132 spiflash: read: "Read data (addr 0x01a300, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4198572-4198591 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4198592-4198613 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4198613-4198634 spiflash: bit: "Address bits 15..8: 0xa4" "Addr bits 15..8: 0xa4" "Addr bits 15..8" "A15..A8"
4198634-4198655 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4198592-4198655 spiflash: field: "Address: 0x01a400" "Addr: 0x01a400" "0x01a400"
4198659-4203992 spiflash: field: "Data (256 bytes)"
4198572-4247000 spiflash: read: "Read data (addr 0x01a400, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4248178-4248199 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4248199-4248220 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4248220-4248241 spiflash: bit: "Address bits 15..8: 0xa5" "Addr bits 15..8: 0xa5" "Addr bits 15..8" "A15..A8"
4248241-4248260 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4248199-4248260 spiflash: field: "Address: 0x01a500" "Addr: 0x01a500" "0x01a500"
4248266-4253599 spiflash: field: "Data (256 bytes)"
4248178-4297121 spiflash: read: "Read data (addr 0x01a500, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4298559-4298580 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4298580-4298601 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4298601-4298620 spiflash: bit: "Address bits 15..8: 0xa6" "Addr bits 15..8: 0xa6" "Addr bits 15..8" "A15..A8"
4298622-4298641 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4298580-4298641 spiflash: field: "Address: 0x01a600" "Addr: 0x01a600" "0x01a600"
4298647-4303980 spiflash: field: "Data (256 bytes)"
4298559-4347125 spiflash: read: "Read data (addr 0x01a600, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4348549-4348570 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4348570-4348591 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4348591-4348612 spiflash: bit: "Address bits 15..8: 0xa7" "Addr bits 15..8: 0xa7" "Addr bits 15..8" "A15..A8"
4348612-4348631 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4348570-4348631 spiflash: field: "Address: 0x01a700" "Addr: 0x01a700" "0x01a700"
4348637-4353970 spiflash: field: "Data (256 bytes)"
4348549-4397115 spiflash: read: "Read data (addr 0x01a700, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4398556-4398575 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4398577-4398596 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4398597-4398618 spiflash: bit: "Address bits 15..8: 0xa8" "Addr bits 15..8: 0xa8" "Addr bits 15..8" "A15..A8"
4398618-4398639 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4398577-4398639 spiflash: field: "Address: 0x01a800" "Addr: 0x01a800" "0x01a800"
4398643-4403975 spiflash: field: "Data (256 bytes)"
4398556-4447107 spiflash: read: "Read data (addr 0x01a800, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4448156-4448175 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4448177-4448196 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4448198-4448217 spiflash: bit: "Address bits 15..8: 0xa9" "Addr bits 15..8: 0xa9" "Addr bits 15..8" "A15..A8"
4448218-4448239 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4448177-4448239 spiflash: field: "Address: 0x01a900" "Addr: 0x01a900" "0x01a900"
4448243-4453575 spiflash: field: "Data (256 bytes)"
4448156-4496959 spiflash: read: "Read data (addr 0x01a900, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4498529-4498550 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4498550-4498571 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4498571-4498590 spiflash: bit: "Address bits 15..8: 0xaa" "Addr bits 15..8: 0xaa" "Addr bits 15..8" "A15..A8"
4498592-4498611 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4498550-4498611 spiflash: field: "Address: 0x01aa00" "Addr: 0x01aa00" "0x01aa00"
4498617-4503950 spiflash: field: "Data (256 bytes)"
4498529-4546954 spiflash: read: "Read data (addr 0x01aa00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4548134-4548155 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4548155-4548174 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4548176-4548195 spiflash: bit: "Address bits 15..8: 0xab" "Addr bits 15..8: 0xab" "Addr bits 15..8" "A15..A8"
4548197-4548216 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4548155-4548216 spiflash: field: "Address: 0x01ab00" "Addr: 0x01ab00" "0x01ab00"
4548222-4553553 spiflash: field: "Data (256 bytes)"
4548134-4597067 spiflash: read: "Read data (addr 0x01ab00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4598515-4598536 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4598536-4598557 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4598557-4598578 spiflash: bit: "Address bits 15..8: 0xac" "Addr bits 15..8: 0xac" "Addr bits 15..8" "A15..A8"
4598578-4598597 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4598536-4598597 spiflash: field: "Address: 0x01ac00" "Addr: 0x01ac00" "0x01ac00"
4598603-4603936 spiflash: field: "Data (256 bytes)"
4598515-4647078 spiflash: read: "Read data (addr 0x01ac00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4648507-4648526 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4648528-4648547 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4648548-4648569 spiflash: bit: "Address bits 15..8: 0xad" "Addr bits 15..8: 0xad" "Addr bits 15..8" "A15..A8"
4648569-4648590 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4648528-4648590 spiflash: field: "Address: 0x01ad00" "Addr: 0x01ad00" "0x01ad00"
4648594-4653926 spiflash: field: "Data (256 bytes)"
4648507-4697051 spiflash: read: "Read data (addr 0x01ad00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4698511-4698532 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4698532-4698551 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4698553-4698572 spiflash: bit: "Address bits 15..8: 0xae" "Addr bits 15..8: 0xae" "Addr bits 15..8" "A15..A8"
4698574-4698593 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4698532-4698593 spiflash: field: "Address: 0x01ae00" "Addr: 0x01ae00" "0x01ae00"
4698599-4703930 spiflash: field: "Data (256 bytes)"
4698511-4747050 spiflash: read: "Read data (addr 0x01ae00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4748107-4748128 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
4748128-4748149 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4748149-4748170 spiflash: bit: "Address bits 15..8: 0xaf" "Addr bits 15..8: 0xaf" "Addr bits 15..8" "A15..A8"
4748170-4748189 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4748128-4748189 spiflash: field: "Address: 0x01af00" "Addr: 0x01af00" "0x01af00"
4748195-4753528 spiflash: field: "Data (256 bytes)"
4748107-4797038 spiflash: read: "Read data (addr 0x01af00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
4799137-4799156 spiflash: wren: "Command: Write enable (WREN)" "Command: Write enable" "Cmd: Write enable" "Cmd: WREN" "WREN"
4802792-4802811 spiflash: field: "Command: Sector erase (SE)" "Command: Sector erase" "Cmd: Sector erase" "Cmd: SE" "SE"
4802813-4802832 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
4802834-4802853 spiflash: bit: "Address bits 15..8: 0xb0" "Addr bits 15..8: 0xb0" "Addr bits 15..8" "A15..A8"
4802854-4802875 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
4802813-4802875 spiflash: field: "Address: 0x01b000" "Addr: 0x01b000" "0x01b000"
4802792-4802875 spiflash: se: "Erase sector 110592 (0x01b000)"
4804221-4804240 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
4804246-4804265 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
4804246-4804265 spiflash: field: "Status register"
4804221-4804265 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
4804267-4804286 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
4804267-4804286 spiflash: field: "Status register"
4804221-4804286 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5120472-5120493 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5120497-5120518 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
5120497-5120518 spiflash: field: "Status register"
5120472-5120518 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5120518-5120539 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
5120518-5120539 spiflash: field: "Status register"
5120472-5120539 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5405193-5405212 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5405218-5405237 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
5405218-5405237 spiflash: field: "Status register"
5405193-5405237 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5405239-5405258 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
5405239-5405258 spiflash: field: "Status register"
5405193-5405258 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5687944-5687963 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5687969-5687988 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
5687969-5687988 spiflash: field: "Status register"
5687944-5687988 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5687990-5688009 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
5687990-5688009 spiflash: field: "Status register"
5687944-5688009 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5972283-5972304 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5972308-5972329 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
5972308-5972329 spiflash: field: "Status register"
5972283-5972329 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
5972329-5972350 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
5972329-5972350 spiflash: field: "Status register"
5972283-5972350 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
6012909-6012928 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6012929-6012950 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6012950-6012971 spiflash: bit: "Address bits 15..8: 0xb0" "Addr bits 15..8: 0xb0" "Addr bits 15..8" "A15..A8"
6012971-6012992 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6012929-6012992 spiflash: field: "Address: 0x01b000" "Addr: 0x01b000" "0x01b000"
6012996-6018329 spiflash: field: "Data (256 bytes)"
6012909-6020193 spiflash: read: "Read data (addr 0x01b000, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6024380-6024401 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6024401-6024422 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6024422-6024443 spiflash: bit: "Address bits 15..8: 0xb1" "Addr bits 15..8: 0xb1" "Addr bits 15..8" "A15..A8"
6024443-6024462 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6024401-6024462 spiflash: field: "Address: 0x01b100" "Addr: 0x01b100" "0x01b100"
6024468-6029801 spiflash: field: "Data (256 bytes)"
6024380-6072201 spiflash: read: "Read data (addr 0x01b100, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6078020-6078041 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6078041-6078062 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6078062-6078083 spiflash: bit: "Address bits 15..8: 0xb2" "Addr bits 15..8: 0xb2" "Addr bits 15..8" "A15..A8"
6078083-6078102 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6078041-6078102 spiflash: field: "Address: 0x01b200" "Addr: 0x01b200" "0x01b200"
6078108-6083441 spiflash: field: "Data (256 bytes)"
6078020-6122767 spiflash: read: "Read data (addr 0x01b200, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6129042-6129061 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6129063-6129082 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6129083-6129104 spiflash: bit: "Address bits 15..8: 0xb3" "Addr bits 15..8: 0xb3" "Addr bits 15..8" "A15..A8"
6129104-6129125 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6129063-6129125 spiflash: field: "Address: 0x01b300" "Addr: 0x01b300" "0x01b300"
6129129-6134461 spiflash: field: "Data (256 bytes)"
6129042-6171780 spiflash: read: "Read data (addr 0x01b300, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6172919-6172940 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6172940-6172959 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6172961-6172980 spiflash: bit: "Address bits 15..8: 0xb4" "Addr bits 15..8: 0xb4" "Addr bits 15..8" "A15..A8"
6172982-6173001 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6172940-6173001 spiflash: field: "Address: 0x01b400" "Addr: 0x01b400" "0x01b400"
6173007-6178340 spiflash: field: "Data (256 bytes)"
6172919-6222755 spiflash: read: "Read data (addr 0x01b400, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6228005-6228026 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6228026-6228047 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6228047-6228068 spiflash: bit: "Address bits 15..8: 0xb5" "Addr bits 15..8: 0xb5" "Addr bits 15..8" "A15..A8"
6228068-6228087 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6228026-6228087 spiflash: field: "Address: 0x01b500" "Addr: 0x01b500" "0x01b500"
6228093-6233426 spiflash: field: "Data (256 bytes)"
6228005-6271871 spiflash: read: "Read data (addr 0x01b500, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6272904-6272925 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6272925-6272946 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6272946-6272967 spiflash: bit: "Address bits 15..8: 0xb6" "Addr bits 15..8: 0xb6" "Addr bits 15..8" "A15..A8"
6272967-6272986 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6272925-6272986 spiflash: field: "Address: 0x01b600" "Addr: 0x01b600" "0x01b600"
6272992-6278325 spiflash: field: "Data (256 bytes)"
6272904-6322219 spiflash: read: "Read data (addr 0x01b600, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6327987-6328008 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6328008-6328029 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6328029-6328048 spiflash: bit: "Address bits 15..8: 0xb7" "Addr bits 15..8: 0xb7" "Addr bits 15..8" "A15..A8"
6328050-6328069 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6328008-6328069 spiflash: field: "Address: 0x01b700" "Addr: 0x01b700" "0x01b700"
6328075-6333408 spiflash: field: "Data (256 bytes)"
6327987-6372347 spiflash: read: "Read data (addr 0x01b700, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6379003-6379022 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6379024-6379043 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6379044-6379065 spiflash: bit: "Address bits 15..8: 0xb8" "Addr bits 15..8: 0xb8" "Addr bits 15..8" "A15..A8"
6379065-6379086 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6379024-6379086 spiflash: field: "Address: 0x01b800" "Addr: 0x01b800" "0x01b800"
6379090-6384422 spiflash: field: "Data (256 bytes)"
6379003-6421594 spiflash: read: "Read data (addr 0x01b800, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6422881-6422900 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6422901-6422922 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6422922-6422943 spiflash: bit: "Address bits 15..8: 0xb9" "Addr bits 15..8: 0xb9" "Addr bits 15..8" "A15..A8"
6422943-6422964 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6422901-6422964 spiflash: field: "Address: 0x01b900" "Addr: 0x01b900" "0x01b900"
6422968-6428301 spiflash: field: "Data (256 bytes)"
6422881-6472719 spiflash: read: "Read data (addr 0x01b900, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6477976-6477997 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6477997-6478018 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6478018-6478037 spiflash: bit: "Address bits 15..8: 0xba" "Addr bits 15..8: 0xba" "Addr bits 15..8" "A15..A8"
6478039-6478058 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6477997-6478058 spiflash: field: "Address: 0x01ba00" "Addr: 0x01ba00" "0x01ba00"
6478064-6483397 spiflash: field: "Data (256 bytes)"
6477976-6522609 spiflash: read: "Read data (addr 0x01ba00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6527976-6527997 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6527997-6528016 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6528018-6528037 spiflash: bit: "Address bits 15..8: 0xbb" "Addr bits 15..8: 0xbb" "Addr bits 15..8" "A15..A8"
6528039-6528058 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6527997-6528058 spiflash: field: "Address: 0x01bb00" "Addr: 0x01bb00" "0x01bb00"
6528064-6533395 spiflash: field: "Data (256 bytes)"
6527976-6572323 spiflash: read: "Read data (addr 0x01bb00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6578970-6578989 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6578991-6579010 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6579012-6579031 spiflash: bit: "Address bits 15..8: 0xbc" "Addr bits 15..8: 0xbc" "Addr bits 15..8" "A15..A8"
6579032-6579053 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6578991-6579053 spiflash: field: "Address: 0x01bc00" "Addr: 0x01bc00" "0x01bc00"
6579057-6584389 spiflash: field: "Data (256 bytes)"
6578970-6622093 spiflash: read: "Read data (addr 0x01bc00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6627934-6627953 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6627955-6627974 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6627975-6627996 spiflash: bit: "Address bits 15..8: 0xbd" "Addr bits 15..8: 0xbd" "Addr bits 15..8" "A15..A8"
6627996-6628017 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6627955-6628017 spiflash: field: "Address: 0x01bd00" "Addr: 0x01bd00" "0x01bd00"
6628021-6633353 spiflash: field: "Data (256 bytes)"
6627934-6672699 spiflash: read: "Read data (addr 0x01bd00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6677939-6677960 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6677960-6677981 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6677981-6678000 spiflash: bit: "Address bits 15..8: 0xbe" "Addr bits 15..8: 0xbe" "Addr bits 15..8" "A15..A8"
6678002-6678021 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6677960-6678021 spiflash: field: "Address: 0x01be00" "Addr: 0x01be00" "0x01be00"
6678027-6683360 spiflash: field: "Data (256 bytes)"
6677939-6722166 spiflash: read: "Read data (addr 0x01be00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6728567-6728586 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
6728588-6728607 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6728609-6728628 spiflash: bit: "Address bits 15..8: 0xbf" "Addr bits 15..8: 0xbf" "Addr bits 15..8" "A15..A8"
6728629-6728650 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6728588-6728650 spiflash: field: "Address: 0x01bf00" "Addr: 0x01bf00" "0x01bf00"
6728654-6733986 spiflash: field: "Data (256 bytes)"
6728567-6772681 spiflash: read: "Read data (addr 0x01bf00, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
6779485-6779504 spiflash: wren: "Command: Write enable (WREN)" "Command: Write enable" "Cmd: Write enable" "Cmd: WREN" "WREN"
6783668-6783689 spiflash: field: "Command: Sector erase (SE)" "Command: Sector erase" "Cmd: Sector erase" "Cmd: SE" "SE"
6783689-6783708 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
6783710-6783729 spiflash: bit: "Address bits 15..8: 0xc0" "Addr bits 15..8: 0xc0" "Addr bits 15..8" "A15..A8"
6783731-6783750 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
6783689-6783750 spiflash: field: "Address: 0x01c000" "Addr: 0x01c000" "0x01c000"
6783668-6783750 spiflash: se: "Erase sector 114688 (0x01c000)"
6785199-6785220 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
6785224-6785245 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
6785224-6785245 spiflash: field: "Status register"
6785199-6785245 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
6785245-6785266 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
6785245-6785266 spiflash: field: "Status register"
6785199-6785266 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7019014-7019035 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7019039-7019060 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7019039-7019060 spiflash: field: "Status register"
7019014-7019060 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7019060-7019079 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7019060-7019079 spiflash: field: "Status register"
7019014-7019079 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7134621-7134640 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7134646-7134665 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7134646-7134665 spiflash: field: "Status register"
7134621-7134665 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7134666-7134687 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7134666-7134687 spiflash: field: "Status register"
7134621-7134687 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7250590-7250611 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7250615-7250636 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7250615-7250636 spiflash: field: "Status register"
7250590-7250636 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7250636-7250655 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7250636-7250655 spiflash: field: "Status register"
7250590-7250655 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7362716-7362735 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7362741-7362760 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7362741-7362760 spiflash: field: "Status register"
7362716-7362760 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7362762-7362781 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7362762-7362781 spiflash: field: "Status register"
7362716-7362781 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7476143-7476164 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7476168-7476189 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7476168-7476189 spiflash: field: "Status register"
7476143-7476189 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7476189-7476210 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7476189-7476210 spiflash: field: "Status register"
7476143-7476210 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7587681-7587702 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7587706-7587727 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7587706-7587727 spiflash: field: "Status register"
7587681-7587727 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7587727-7587746 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7587727-7587746 spiflash: field: "Status register"
7587681-7587746 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7701802-7701821 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7701827-7701846 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7701827-7701846 spiflash: field: "Status register"
7701802-7701846 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7701848-7701867 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7701848-7701867 spiflash: field: "Status register"
7701802-7701867 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7812654-7812675 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7812679-7812700 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7812679-7812700 spiflash: field: "Status register"
7812654-7812700 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7812700-7812721 spiflash: bit: "Write operation in progress.
Internal write enable latch is set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7812700-7812721 spiflash: field: "Status register"
7812654-7812721 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7926083-7926104 spiflash: field: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7926108-7926129 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7926108-7926129 spiflash: field: "Status register"
7926083-7926129 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7926129-7926150 spiflash: bit: "No write operation in progress.
Internal write enable latch is not set.
Block protection bits (BP3-BP0): 0x0.
Device is not in continuously program mode (CP mode).
Status register writes are allowed.
"
7926129-7926150 spiflash: field: "Status register"
7926083-7926150 spiflash: rdsr: "Command: Read status register (RDSR)" "Command: Read status register" "Cmd: Read status register" "Cmd: RDSR" "RDSR"
7936788-7936809 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
7936809-7936828 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
7936830-7936849 spiflash: bit: "Address bits 15..8: 0xc0" "Addr bits 15..8: 0xc0" "Addr bits 15..8" "A15..A8"
7936851-7936870 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
7936809-7936870 spiflash: field: "Address: 0x01c000" "Addr: 0x01c000" "0x01c000"
7936876-7942209 spiflash: field: "Data (256 bytes)"
7936788-7971937 spiflash: read: "Read data (addr 0x01c000, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
7977326-7977345 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
7977346-7977367 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
7977367-7977388 spiflash: bit: "Address bits 15..8: 0xc1" "Addr bits 15..8: 0xc1" "Addr bits 15..8" "A15..A8"
7977388-7977409 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
7977346-7977409 spiflash: field: "Address: 0x01c100" "Addr: 0x01c100" "0x01c100"
7977413-7982746 spiflash: field: "Data (256 bytes)"
7977326-8020545 spiflash: read: "Read data (addr 0x01c100, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
8023154-8023175 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
8023175-8023194 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
8023196-8023215 spiflash: bit: "Address bits 15..8: 0xc2" "Addr bits 15..8: 0xc2" "Addr bits 15..8" "A15..A8"
8023217-8023236 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
8023175-8023236 spiflash: field: "Address: 0x01c200" "Addr: 0x01c200" "0x01c200"
8023242-8028575 spiflash: field: "Data (256 bytes)"
8023154-8070903 spiflash: read: "Read data (addr 0x01c200, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
8073015-8073034 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
8073035-8073056 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
8073056-8073077 spiflash: bit: "Address bits 15..8: 0xc3" "Addr bits 15..8: 0xc3" "Addr bits 15..8" "A15..A8"
8073077-8073098 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
8073035-8073098 spiflash: field: "Address: 0x01c300" "Addr: 0x01c300" "0x01c300"
8073102-8078434 spiflash: field: "Data (256 bytes)"
8073015-8120526 spiflash: read: "Read data (addr 0x01c300, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
8123133-8123152 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
8123154-8123173 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
8123174-8123195 spiflash: bit: "Address bits 15..8: 0xc4" "Addr bits 15..8: 0xc4" "Addr bits 15..8" "A15..A8"
8123195-8123216 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
8123154-8123216 spiflash: field: "Address: 0x01c400" "Addr: 0x01c400" "0x01c400"
8123220-8128552 spiflash: field: "Data (256 bytes)"
8123133-8170522 spiflash: read: "Read data (addr 0x01c400, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
8172999-8173020 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
8173020-8173041 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
8173041-8173062 spiflash: bit: "Address bits 15..8: 0xc5" "Addr bits 15..8: 0xc5" "Addr bits 15..8" "A15..A8"
8173062-8173081 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
8173020-8173081 spiflash: field: "Address: 0x01c500" "Addr: 0x01c500" "0x01c500"
8173087-8178420 spiflash: field: "Data (256 bytes)"
8172999-8220515 spiflash: read: "Read data (addr 0x01c500, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
8223520-8223539 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
8223541-8223560 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
8223562-8223581 spiflash: bit: "Address bits 15..8: 0xc6" "Addr bits 15..8: 0xc6" "Addr bits 15..8" "A15..A8"
8223582-8223603 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
8223541-8223603 spiflash: field: "Address: 0x01c600" "Addr: 0x01c600" "0x01c600"
8223607-8228939 spiflash: field: "Data (256 bytes)"
8223520-8270502 spiflash: read: "Read data (addr 0x01c600, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
8272991-8273010 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
8273012-8273031 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
8273033-8273052 spiflash: bit: "Address bits 15..8: 0xc7" "Addr bits 15..8: 0xc7" "Addr bits 15..8" "A15..A8"
8273053-8273074 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
8273012-8273074 spiflash: field: "Address: 0x01c700" "Addr: 0x01c700" "0x01c700"
8273078-8278410 spiflash: field: "Data (256 bytes)"
8272991-8321579 spiflash: read: "Read data (addr 0x01c700, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
8322633-8322652 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
8322654-8322673 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
8322674-8322695 spiflash: bit: "Address bits 15..8: 0xc8" "Addr bits 15..8: 0xc8" "Addr bits 15..8" "A15..A8"
8322695-8322716 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
8322654-8322716 spiflash: field: "Address: 0x01c800" "Addr: 0x01c800" "0x01c800"
8322720-8328052 spiflash: field: "Data (256 bytes)"
8322633-8372464 spiflash: read: "Read data (addr 0x01c800, 256 bytes): ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff"
8377177-8377196 spiflash: field: "Command: Read data (READ)" "Command: Read data" "Cmd: Read data" "Cmd: READ" "READ"
8377198-8377217 spiflash: bit: "Address bits 23..16: 0x01" "Addr bits 23..16: 0x01" "Addr bits 23..16" "A23..A16"
8377219-8377238 spiflash: bit: "Address bits 15..8: 0xc9" "Addr bits 15..8: 0xc9" "Addr bits 15..8" "A15..A8"
8377239-8377260 spiflash: bit: "Address bits 7..0: 0x00" "Addr bits 7..0: 0x00" "Addr bits 7..0" "A7..A0"
8377198-8377260 spiflash: field: "Address: 0x01c900" "Addr: 0x01c900" "0x01c900"