Part Number: MSP430F1611 Tool/software: Hi team,
This is a follow up to the related question where the customer is placing the MSP430 on the board without it being programmed. We've also found out that once the crystal begins to oscillate and runs the…
Part Number: MSP430F1611 Dear TI expert,
Now i am designing a BMS with use MSP430F1611 UART1 communication with one host, the host use modbus protocol, only two device, so i use the asynchronous communication formats, the idle-line format is used for…
Part Number: MSP430F1611 Dear TI expert,
Now i am using MSP430f1611 design one CanOpen project.
the clock frequency=230400
the timer work in UP mode, the initial TACCR0=23040, the interval is 100ms, The TACCR0 CCIFG interrupt flag is set when…
Part Number: MSP430F1611 Other Parts Discussed in Thread: MSP430F149 msp430F1611 cannot replace 149
Because of the capacity of RAM, choose MSP430F1611 instead of MSP430F149. The software has been modified accordingly. on the same printed board. The…
Part Number: MSP430F1611 Hi,
Im my appliaction programm, using USART1 to receive command from other control unit, as soon as the address is received, triggering a timer, when the timer is expired, a software generated PORT1 interrupt is envoked to interpret…
Part Number: MSP430F1611 Tool/software: Code Composer Studio sir this is program part of temperature measurement
int long temp; int long IntDegF; int long IntDegC;
int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT ADC12CTL0 = SHT0_8 + REFON …
Part Number: MSP430F1611 I new in CCS, and I trying to convert a IAR assembly project to CCS using TI compiler v21.6.0.LTS. But a don't know how to declare the varible, etc ...like can be see at code below.Somebody could help me?
;-----------------…
Hello Rizwan,
Please check the SPI examples I linked to earlier. they show a similar situation. all you have to is when you get a receive interrupt, is to assign your variable the value of the RXBUFF. In the screenshot above, you haven't run your…
Hi Matteo,
What you are looking for is called " real-time mode " debug. This gives you debug visibility while the target is running.
However, this feature is not supported on your device. Some MSP430 devices have an EEM that have (very) limited trace…