Skip to content

Instantly share code, notes, and snippets.

@pratimugale
Created August 19, 2019 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pratimugale/cc8385e32eb77d582939441ce4100ec8 to your computer and use it in GitHub Desktop.
Save pratimugale/cc8385e32eb77d582939441ce4100ec8 to your computer and use it in GitHub Desktop.
Incorrect values written in PRU SRAM: (Each line denotes the data in that memory address offset)
Byte 1: 0x0001 0000: 53
Byte 2: 0x0001 0001: 0
Byte 3: 0x0001 0002: 0
Byte 4: 0x0001 0003: 0
Byte 5: 0x0001 0004: 53
53
62
56
43
56
56
56
56
56
68
59
40
59
59
59
59
59
74
62
37
62
62
62
62
62
79
65
34
65
65
65
65
65
84
68
31
68
68
68
68
68
88
71
28
71
71
71
71
71
92
74
25
74
74
74
74
74
95
76
23
76
76
76
76
76
97
79
20
79
79
79
79
79
99
81
18
81
81
81
81
81
99
84
15
84
84
84
84
84
99
86
13
86
86
86
Correct Values that should ideally be written:
32
3
0
0
50
50
50
50
50
50
50
50
56
53
46
53
53
53
53
53
62
56
43
56
56
56
56
56
68
59
40
59
59
59
59
59
74
62
37
62
62
62
62
62
79
65
34
65
65
65
65
65
84
68
31
68
68
68
68
68
88
71
28
71
71
71
71
71
92
74
25
74
74
74
74
74
95
76
23
76
76
76
76
76
97
79
20
79
79
79
79
79
99
81
18
81
81
81
81
81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment