Part Number: MSP430F5340
Tool/software:
Running into a problem using an old developer trick.
I am making program changes across several .c source files. But I also want to keep a copy of the working SRC files in case I want to roll back. So I make a…
Part Number: MSP430F5340
Tool/software:
How do I output a .hex file rather than a .out file in CCS 12.0.
We do not want our assemblers using CCS but rather the MSP430 flashing software.
I found this app but no documentation on how to use it beyond CCS…
Part Number: MSP430F5340 Tool/software: Is there any problem not putting CCS projects in the CCS workspace folder?
I like to keep all PCB, schematic, FPGA, and microcontroller projects under our internal engineering project name folder. Keeps everything…
Part Number: MSP430F5340 Other Parts Discussed in Thread: UNIFLASH , MSP-FET , MSP430-FLASHER Tool/software: How do you check the health and firmware version of the MSP_FET pod?
I bought a new unit that does not work, yet my old unit works fine.
Part Number: MSP430F5340
Tool/software: CCS 12.0
My project runs flawlessly in DEBUG. But won't run as a RELEASE?
1) What's the difference? It seems to run fine as DEBUG.
2) I see two different project sub directories DEBUG and RELEASE. What…
Part Number: MSP430F5340 Hi Team,
Our customer would like to clarify about the positive-going input threshold voltage stated at Section 5.7 of the datasheet of MSP430F534x. Here is his inquiry,
The "Positive-going input threshold voltage" is given as a…
Part Number: MSP430F5529 Other Parts Discussed in Thread: MSP430F5340
Tool/software:
I am currently working with a MSP430F5529 on the TI LaunchPad dev board. It uses USB to program and it's working fine with CCS.
However in the target project I don…
Part Number: MSP430F5340 I understand the voltage abs max for any pin in the device is 4.1V. What happens to the reliability of the micro if a voltage above 4.1V is applied with a resistor in series? If the current is limited to less than 2mA, will the…
Part Number: MSP430F5340 Hi
i am facing an issue where MSP hangs while checking for UCTXSTT bit.
below is my code:
UCB1I2CSA = ucSlaveAddress; UCB1CTL1 &= ~UCSWRST;
UCB1CTL1 |= UCTR | UCTXSTT; // I2C tx, start condition
while (((UCB1CTL1 & UCTXSTT…
I realize the problem with multi purpose pins. But I think at least one full 8 bit port should be exposed that does not share other popular peripherals.
But then perhaps they did do just that and considered RS232 is rather obsolete. I could go straight…