Hi again!
I'm screwing around with the Arduino Uno and I want to connect it to a MCP2515 so I can listen in on my car's CANBus.
I've set the trigger settings as follows:
- Type: SPI
- SCL: CH1 (Connected to 13 on the arduino)
- SDA: CH2 (Connected to 11 on the arduino)
- When: Timeout
- Timeout: 3us (Just a value that should work)
- Data: LLLL LLLL
- Edge: Rising
- Sweep: Normal
The issue is that in this setup the scope will trigger on any SPI packet, not just 0x00. If I set the trigger to anything other than 0x00 it will not trigger, even if I know that value is being sent out.
Also interestingly enough, if SDA is set to the same input as SCL, the behavior doesn't change (but it can't be set to an unused channel)
I'm
hoping I'm doing something wrong here.
I'm running Version 00.04.03.SP2

Thanks!