Replies: 1 comment 1 reply
-
Hi nodeldum! ...from the DX code:
... and I don't see any ISR()? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am adapting some code I used to use on an arduino UNO. My new target is an avr32db32.
I am using SPI1 and I get the SPI.transfer() function hanging and blocking the code. I am not used to this behaviour with the UNO.
I can see the tansfer() code has a while loop which could explain but I can't figure out the source of the problem.
This is used to communicate with a mcp3208 chip. Fairly straight forward.
I tested the hardware with a bitbanged SPI. It runs perfectly well. So there are no hardware problems to question here I think.
(let me know if I should post my bit banged code here also).
The only things to note is that I am using a different SS than defined by my swap. I would not think this could interfere, should it?
My bench testing code is here below.
Would you be able to point me in the right direction to troubleshoot this?
Beta Was this translation helpful? Give feedback.
All reactions