Part Number: MSP430F5524 Hi TI experts,
Application : E-Cigar
status : MP
This project was mass-produced 1M in 2018. This year, they started production again at the request of end-buyers.
Their production plants measure the standby current of…
Part Number: MSP430F5524 Other Parts Discussed in Thread: LDC1612 Hello
My customer is communicating with LDC1612 using I2C of USCI_B1.
During the I2C communication, there was a problem that the start bit did not occur, and as a result, it was confirmed…
Part Number: MSP430F5524 Dear TI Team.
I would like to ask you about the MSP430F5524. Can you provide information on power consumption (or Current consumption) for the GPIO pin of the MSP430F5524?
Thanks.
Happy New Year.
Hi David,
Thanks for going through the code. This was the existing code when I joined my workplace and because it was working, I let it be. I had been thinking of changing it as well. While it can be improved, there is no obvious error with it that…
Part Number: MSP430F5524 I have created a prototype board and application. All issues have been resolved except for this: I need to run the BSL as an integral part of POR to detect corrupted software during software upgrades. According to slaa457b.pdf…
Part Number: MSP430F5524 Pins 3.3, 3.4, which were being used for UART, have suddenly stopped working. Using them as GPIO pins is also not working. The remaining pins, functionalities appear to be working fine.
I had observed the UART not working with…
Part Number: MSP430F5524
The code running on my MSP430F5524 isn't responding to external inputs(such as a keypad) atter running for a short while. On certain occasions the code is able to enter the ISR(Timer, UART).
On putting the programmer, I am…
Hi Bruce,
Thanks for your response. I haven't been able to look into this yet. I will do it when I get the time and get back to you.
Thanks and Regards
Abhishek
Part Number: MSP430F5524 Hi
I am generating a PWM to turn on a fan. Here is the code
TA2CCR0 = 1000; // PWM Period TA2CCTL1 = OUTMOD_7; // CCR1 reset/set TA2CCR1 = 900; //384; // CCR1 PWM duty cycle TA2CCTL2 = OUTMOD_7; // CCR2 reset/set TA2CCR2 …