...
Attached are four hex files that I just generated (one simple case without USB and SD card, and one with USB-MSD from SD card - built with the open source V1.4.11 and the developer's V1.4.12 code bases) to see whether one operates on your HW.
...
Ok, so here's the results of my preliminary testing with your 4 hex images.
Image 1 (uTaskerV1.4.11_TEENSY3_6_Basic.hex):
This loads on to the teensy fine, but it doesn't appear to be doing anything. The LED never lights up, and no USB devices are recognized by my PC. I assume this is because you have USB turned off in this build.
Image 2 (uTaskerV1.4.11_TEENSY3_6_USB-MSD.hex):
I get the same results with this image as # 1. The LED never lights, and no USB devices are recognized by my pc. The USB response here is the same as what I'm getting with my build. i.e. the pc never beeps to tell me it has found a new device, and as far as I can tell from using Windows Message Analyzer, the computer isn't even attempting to enumerate the device.
Image 3 (uTaskerV1.4.12_TEENSY3_6_Blinky.hex):
This loads onto the teensy fine, and the LED blinks at what I'm guessing is 2.5Hz (roughly 2 and a half times a second). No USB devices are recognized by the pc. I'm again assuming this is because you have the USB disabled in this build.
Image 4 (uTaskerV1.4.12_TEENSY3_6_USB-MSD.hex):
This loads onto the teensy fine, and I get the same LED behavior as Image 3. The pc recognizes that it's a USB device, and attempts to connect to it, but then gives an error saying that the device is unrecognized. I am going to test this image a bit more, using Windows Message Analyzer, and see if I can get any data as to why it isn't recognized by the pc.
So to sum up, it appears that there is something different between the 1.4.11, and 1.4.12 versions of uTasker, that causes the 1.4.12 version to run on teensy, and the 1.4.11 version not to.
I will post more results later, if I can get any more data by using Message Analyzer.
Thanks a ton for all of your help on this. :-)
Chris