kingforger
Active member
I am having difficulties with the MINI54 chip. I tried to adapt Paul's schematic to my own custom board (which interfaces with many other things). I can program the board I got just fine with JTAG and it works like it should. However, the bootloader chip isn't working so I can't just upload a file using the arduino IDE which is really nice. It also allows me to just use 1 USB connector to program the chip and interact with it, which I find incredibly useful...
Anyway, something is wrong with my schematic. The bootloader bought from http://www.pjrc.com/store/ic_mini54_tqfp.html seems to be unable to communicate with the MK20. What happens is this:
1) Code compiles
2) Code is uploaded
3) Every time I upload the code, it says "Please press the RESET BUTTON on your Teensy..." even though I have a previous sketch on it.
4) The verbose info alternates between "remote cmd: "status"" and "status data sent" many times (for about 3 seconds straight) before finally ending with "remote connection closed" and that's it. There's none of the normal messages about programming block # X or any of that.
So it would seem that I have a connection wrong somewhere. Does anyone have any ideas for me? I'd really appreciate a look-over. Hopefully I've only got one trace wrong or something, but my double and triple checking has revealed nothing to me so far.
Anyway, something is wrong with my schematic. The bootloader bought from http://www.pjrc.com/store/ic_mini54_tqfp.html seems to be unable to communicate with the MK20. What happens is this:
1) Code compiles
2) Code is uploaded
3) Every time I upload the code, it says "Please press the RESET BUTTON on your Teensy..." even though I have a previous sketch on it.
4) The verbose info alternates between "remote cmd: "status"" and "status data sent" many times (for about 3 seconds straight) before finally ending with "remote connection closed" and that's it. There's none of the normal messages about programming block # X or any of that.
So it would seem that I have a connection wrong somewhere. Does anyone have any ideas for me? I'd really appreciate a look-over. Hopefully I've only got one trace wrong or something, but my double and triple checking has revealed nothing to me so far.