… nothing behaves on a laptop with vista 64 on it…
so many issues
I have learned that my main problem with the I2C sequence is that the interupts weren’t enabled globally. I have been playing around with a program with bits and pieces of a app note from keil. I get the interrupts to work, and it “looks” like it debugs fine through uvision 3 but when I flash the chip it dies when it reaches the isr. I also do not get the SCL signal… though when I was using winarm the scl worked and it sent a repeated start signal it just doesn’t move through the isr at all. I even tried polling the i2c0stat register for 0x08 (i2c start transmitted) to no avail. I could seriously use some help with this. I took this entire week off work to make some headway on my project and I’ve been finking with this i2c problem for the past 3 weeks