C-Labs Company User schrieb:
I heve a **BIG** problem: msp430-jtag doesn't program any MSP device.
I thought that problem was only on FG4619, but after several tests, it looks a more general problem. I test my programming HW (parallel FET) with an old version (the RPM cdk4msp package) and IT WORKS fine with the same board that I used to check a fresh rebuild of MSPGCC. That's quite strange, but if an old version of msp430-jtag works fine with the same FET tool on the same board that the new version can't flash, I think problem is somewhere in software.

i had to change some things to support the F2xx devices.
there is i automatic RAM size detection (use --ramsize=XXX to override)
and the DCO clock is adjusted, FLL like using the PC's clock.

in your last mail you've shown some output, but i miss the debug outputs
from the libMSP430mspgcc.so backend. try a few -D more or check if there is an newer version in the CVS (there was a version that did not correctly set the debug level in the library)

As I wrote some day ago, my MSPGCC build process stops on gdb-build stage, but I can't see any relationship with my problem, since I modified the makefile commenting out the gdb-build stage.

i have a similar problem with my cygwin installation. either it fails at GCC or GDB, depending on line ending settings of cygwin. i tried different machines and reinstalling cygwin without success. :-(

chris

Reply via email to