I just tried by adding a delay of 1 sec before Wire2.begin() in setup() and a delay of 1sec after too. It did not help.
My condition to print ADC data is if(Wire2.available()). It should print any data valid or not,...
Our first board, Board #1 has TEENSY41 and it worked fine with no problem. We finished our development and built Board #2 with TEENSY41_NE. We faced this problem with Board #2. We then replaced TEENSY41_NE with TEENSY41...
I just tested with standard i2c library and its the same problem. TEENSY41_NE does not work and TEENSY41 works fine with same code.
Here is the code. I made change to look for any byte available from Wire2 instead of...
I think the wire library supplied by PJRC in Teensyduino does not support wire2. At least thats what my understanding is from the table in Hardware requirements section at https://www.pjrc.com/teensy/td_libs_Wire.html....
Here it is. I downloaded this exact program in to two different boards one with TEENSY_41 and other with TEENSY41_NE. TEENSY41 prints some ADC reading and does not print the error message. TEENSY41_NE prints only error...
Hi,
It seems TEENSY41_NE has problem with i2c (wire2). We tried at least two TEENSY41_NE boards and they both show the i2c problem (no messages received from the slave). Exact same code works fine with TEENSY41. ...