Skip to content
Snippets Groups Projects
Commit 94d44b4b authored by dwf1m12's avatar dwf1m12
Browse files

Update ft1248x1_sm.pio : with data byte in RP-RXfifo[7:0]

parent ffdf0d18
Branches
No related tags found
No related merge requests found
...@@ -90,6 +90,8 @@ ft_data_loop: ...@@ -90,6 +90,8 @@ ft_data_loop:
jmp y--, ft_data_loop jmp y--, ft_data_loop
ft_done: ft_done:
jmp x--, ft_xfer_end // if X was non-zero than was FT-read, so all done jmp x--, ft_xfer_end // if X was non-zero than was FT-read, so all done
// shift RXD from ISR[31:24] to ISR[7:0]
in null, 24
// if FT write now manually push the ISR contents to RP RXFIFO // if FT write now manually push the ISR contents to RP RXFIFO
push noblock // not auto-push push noblock // not auto-push
ft_xfer_end: ft_xfer_end:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment