See addition to article 1060.
HP-30b successfully re-flashed to a WP-34s in Vista with SAM-BA 2.10 & USB-RS232 converter
|
|
« Next Oldest | Next Newest »
|
▼
08-21-2011, 11:39 AM
▼
08-21-2011, 11:48 AM
Congratulations :-)
08-21-2011, 01:49 PM
Good news, thank you for! Still trying to get SAM-BA working with the WP34S on Linux. Unfortunately Atmel supports on Linux only the CDC version. Serial SAM-BA requires some specialities not supported by the CDC variant, like sending some kind of sync characters for auto-baud initialisation, and probably others.
I use a FTDI chip based USB-to-serial converter. A further, less comfortable alternative for flashing may be sam7utils but up to now I get errors when the program tries to open the usb-serial port, with invalid ioctl() calls. Hubert ▼
08-21-2011, 04:07 PM
What is the _cdc version? I know it exists but have no idea what it is for. ▼
08-22-2011, 05:47 AM
As far as I get it, CDC is a serial port emulation 'on the far end', for two systems interconnected by USB. The embedded system uses then a own USB driver and hardware on chip, and no serial RxD and TxD pins anymore. CDC stands for "Communication Device Class". Some explanation can be found in this Atmel App-Note. Essentially, as the two system are now interconnected by USB, there seems to be no need anymore to be concerned about restrictions as given by a hardware serial connection. CDC supports also multiple interfaces, e.g. mass storage and networking. Hubert |