Other Parts Discussed in Thread: MSP430F5151 , MSP-GANG , MSP-FET Hi everyone,
I'm programming a lot of boards which contains the MSP430F5151 device and happens that, some time, the programming sequence fails.
When i try to connect again the MSP-FET430UIF…
Other Parts Discussed in Thread: MSP430F5151 I'm a new to BSL Programming with MSP430F5151.
I know that It can communicate with MCU via UART with sequence entry at RST/NMI and TEST pin.
I want to write a new BSL for my MCU. But first of all, Pls show…
Other Parts Discussed in Thread: MSP430F5151 , MSP430WARE Hi all, good morning (in my country).
I'm using MSP430F5151 for send/receive data from/to PC via RS232 connection.
I already got a hardware connection. But I can' run any UART examples code…
Other Parts Discussed in Thread: MSP430F5151 , MSP430F5340 I'm working on MSP430F5151.
I've known that after invoking BSL by sequences entry on RST/TEST pins, PC register is set to starting address of BSL Application at 0x1000 address.
In some discussions…
Other Parts Discussed in Thread: MSP430F5151 Hi all,
I'm attending to write a program which communication with PC via UART connection on MSP430F5151
I ran some examples such as echo, Its work well.
In order to make data transmission more easily…
Hi Lisa,
Thanks to your suggestion to install CCS v5.4, I am now able to load my program into the F5172. When I first tried v5.4 , it failed same as v5.1 but the error message I got had some additonal info in it that v5.1 did not have. It said that…
Ok I figured it out.
msp430.h has a few __MSP430xxxxx__ type macros that are tested "in the middle" of the file, before the FR5xxx series and a bunch of others are tested.
#elif defined (__MSP430F6659__)
#include "msp430f6659.h"
#elif defined (__MSP430L092__…
Dear Jens-Michael,
Thanks for the information.
Let me prepare MSP430F5151 developer kit first and try this.
We are real novice to use the chips now therefore we might have troubles to use the "two of the three capture/compare register".
Then…