2011-04-18, 09:32:18
(This post was last modified: 2012-12-22, 13:45:08 by Mikael Gustavsson.)
Hi,
I'm updating bootloader firmware using your latest builds and have run into the following problem.
Device = pic24hj64gp506 using UART2 at 19200 (also tried 9600)
When I connect I get the message
Found unknown device id(118)fw ver 4.0.0
The device ID should be 54 (Note in binary, it is only 1 bit difference from 118)
Now if I enable .equiv USE_ABAUD (and adjust the client side to use auto baud), it connects: but I can't use that option as there are already lots of devices in the field with the old bootloader that does not autobaud.
Any idea what might cause this problem?
Thanks
I'm updating bootloader firmware using your latest builds and have run into the following problem.
Device = pic24hj64gp506 using UART2 at 19200 (also tried 9600)
When I connect I get the message
Found unknown device id(118)fw ver 4.0.0
The device ID should be 54 (Note in binary, it is only 1 bit difference from 118)
Now if I enable .equiv USE_ABAUD (and adjust the client side to use auto baud), it connects: but I can't use that option as there are already lots of devices in the field with the old bootloader that does not autobaud.
Any idea what might cause this problem?
Thanks