Hi David,
you are right. It was a problem of virtual machine not linux.. Accessing usb is not automatic. It needs to be configured wiht powershell manually. The error codes were very bad.. SegmentationFault should be DeviceNot Found.. and DeviceNotFound…
Part Number: MSP430F2419
We have a firmware we can build and run with Code Composer TI on Windows. Im trying to integrate on WSL. I changed the toolchain from cl430 to msp430-gcc. Im using the linker from msp430 toolchain. This is the entire error from…
Part Number: MSP430F2419 Tool/software: TI C/C++ Compiler I have use the TI compiler until recently from the command line. It produced the .out format, from which I converted to .hex format and downloaded to the processor using Xmodem protocol.
When I…
Part Number: MSP430F2419 Other Parts Discussed in Thread: MSP-FET , UNIFLASH I need away to program a serial number into one of the user information segment using the MSP-FET tool.
I have many PCB with micro that all have the same "code".
I want…
Part Number: MSP430F2419 Other Parts Discussed in Thread: MSP-GANG Dear MSP430 champs,
The following issue has been faced on a MSP430F2419 : the calibration data located in the Zone Info A (0x10C0 à 0x10FF) have been erased accidently
This issue…
Part Number: MSP430F2419 Hi All,
Earlier I posted the issue mentioning the phantom reset which causes the micro controller to reset. To find out the specific cause I would like to implement reset vector handler.
I followed TI application notes about this…
Other Parts Discussed in Thread: MSP430F2419 I am using MSP430F2419
int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer while(1) { P1OUT &= ~0x02; }
}
why I cann't put p1.1 to zero?
Other Parts Discussed in Thread: MSP430F2419 , MSP430G2452 , MSP430F2013 Hello All,
I have an existing design that uses the MSP430F2419. This chip has two USCI modules. These will accommodate 7 or 8 bit data words. I need to support a SPI device that uses…
Other Parts Discussed in Thread: MSP430F2419 We are unable to change register values on an MSP430F2419 using CCS 5.3. We created a project with main only from using the wizard. Register appear in the Register WIndow but right clicking on the register value…
Other Parts Discussed in Thread: MSP430G2553 , TRF7970A I am currently trying to port over working code from the MSP430G2553 launchpad to a new micro. Without changing much code besides the GPIO pins, the debugger gets stuck during the trf7970initializ…