Part Number: MSP430FR2111 Other Parts Discussed in Thread: MSP-FET , MSP430FR2000 ,
Good Morning/Afternoon/Evening,
I am dealing with an issue while trying to program the MSP using the BSL interface.
I am running the RX Password command twice to unlock…
Part Number: MSP430FR2111 I am using ccs 10.2.0.
I followed "Modify the Linker File Example 3" in the slaa628b docs. Below is part of my .cmd file.
When I look at the .map file after the build, it shows used as 0. The value doesn't seem to be…
Part Number: MSP430FR2111 Other Parts Discussed in Thread: MSP430FR2311 I have a project using the MSP430FR2311 which has both RAM and FRAM. I'm trying to put an array into FRAM using the #pragma persistent directive as such:
#pragma PERSISTENT uint16_t…
Part Number: MSP430FR2111 Hi!
I need to refresh my memory on C programming language (not interested in C++). TI C compiler supports 2011 version of the language.
I searched for books on Amazon and found some good ones but they do not cover this standard…
Part Number: MSP430FR2111 Other Parts Discussed in Thread: MSP-FET I've about JTAG connector and pins, and also about BSL in the "MSP430 Hardware Tools". I understand that I should design a PCB for my project so that it has a JTAG connector or BSL connector…
Part Number: MSP430FR2111
Since I couldn't find anything ready for programming MSP430FR2xxx RLL packages, I'm trying to make my own. The idea is to make a board with JTAG, solder VQFN-24 chip and program it. And when it's done, desolder it and put into…
Akbaru Vali Shaik said: set brightness of one led to a lower value
Do you use PWM to control the LED? Or you can increase the series resistor value to reduce the brightness.
Part Number: MSP430FR2111 Hi all,
Can someone please guide me on how to use a timer my situation?
As I understand that using __delay_cycles(15000); is not good solution for power consumption.
I do not want to use external cyrstal and prefer the lowest…
Part Number: MSP430FR2111 Other Parts Discussed in Thread: TLC5951 As per the "Figure 7:TLC5951 Internal Shift Registers & Operation" attached document, I understand that, A logical AND operation is being done between Gray scale shift register…