Andre Goessel wrote:
I had the same problem under linux (Debian woody):
    error:     msp430: Could not find device (or device not supported) (4)

And I found the reason in the  HIL.c  file.

In two functions:   ReadTDI   and   ReadTDO
there is written the following line:

  ret = ioctl(fd, PPRSTATUS, &ret);
  ^^^|
      This will overwrite the data from the MSP430... chip.

youre right... thanks. its fixed in CVS.
so for those with the problem, please update, rebuild libHIL.so and try again.

chris




Reply via email to