Tagged Questions
5
votes
3answers
142 views
Designing a bus - Master at one end or in the middle?
I am laying out a data bus at the moment (initially on breadboard), and I am wondering if there is a 'right' way to lay it out. I have a CPU acting as the bus master, and a number of devices (RAM, ...
2
votes
2answers
588 views
Debugging a LPC23XX based CAN bus sniffer
I am trying to get a CAN bus sniffer working, based on LPC2368. I keep getting a bus error interrupt, of type "form error". I suspect my timing settings. I verified that the sending party is ...