Replies: 1 comment 2 replies
-
We directly write to the "BSRR" (bit set-reset register) to write data values There's a BSRR lookup table here: https://github.com/erichelgeson/BlueSCSI/blob/main/src/BlueSCSI.cpp#L358 To change the data pins you would need to update the BSRR lookup table. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone have any idea how to change the databus pinout in the bluescsi source?
I want to change the DB pinout on the STM32 to align better with something i'm trying and in the source file it seems all those pins are commented out?
I have no experience with STM32 stuff only arduino, I would of thought they would be uncommented and it would be a case of just changing the pin allocation but I also can't find any other reference to those pins in the source. I'm clearly missing something because obviously if you download the pre-compiled bin it works.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions