Kyle,
Thank you for coming back with that update. Yes there is a known issue with the hex utility where it is not able to handle spaces in the output file name. The workaround for the moment, as you already determined, is to avoid spaces in the file…
I have a lot of experience working with a number of MSP430 parts, however, this one has me stuck. I've tried to program with both IAR and FETPro Lite using the the JTAG FET programmer but both fail. I have double checked all the connections and verified…
A while back, I made some MSP430 USB development dongles and the hardware worked fine. I tested out the USB capability with the downloadable examples in the MSP430 USB Developers Package (3.0). I started modifying the code and playing around with it and…
Hi,
So I've noticed a strange problem implementing my uart interrupt handler. According to the documentation, the UCA0TXIFG is set when the uart is ready for more data, and cleared when data is written to it. What I'm seeing with the debugger is the…
Other Parts Discussed in Thread: MSP430F1232 , MSP430F1611 Hi,
I'm having a problem with XT2 (8 MHz) starting on one PCB but it works fine on another PCB (same PCB, same firmware). The symptoms are that XT2OUT goes high and XT2IN stays low. I have…
Other Parts Discussed in Thread: MSP430F5522 Could someone tell me the differences between a BOR, POR and PUC on MSP430F5522?
I see what can cause the different types; but would user code be run differently depending on which type occurs?
Other Parts Discussed in Thread: MSP430F5522 I am using msp430f5522 usb module, together with smclk output on pin P2.2/TA2CLK/SMCLK.
I am using XT2 to drive both smclk and mclk.
I have tried this configuration in some sample prototypes, and usb…