Part Number: MSP430F6459 Hello Experts,
I am trying to configure UART for RS485 on MSP430F6459TPZR. The clock is 20Mhz and baudrate is 115200.
I have used the following code:
======================
P2SEL |= ( BIT4 + BIT5 ); // new UART PINs: P2…
Part Number: MSP430F6459 Hi,
I am writing a simple application where the controller should receive the character through UART interrupt and meanwhile my while loop should run indepedently.
The below is code I am trying to do where UART should accept…
Part Number: MSP430F6459 Hi,
Being new to the msp430f6459, I am unable to find out what is the maximum system frequency and how to configure it.
please help me to find a solution through example code if possible.
Thanks,
Aravind.
Part Number: MSP430F6459 Hi experts,
I am trying to write some spi code using this msp40 but when I added drivers to my project there are two different spi drivers
1.eusci_a_spi.c
2.usci_a_spi.c
1.what is the difference between this?
2.And only…
Part Number: MSP430F6459 Hello Experts ,
I am using MSP430F6459. In user guide it is mentioned that it supports JTAG mode and SPY-BI-WIRE mode.
I am using CCS version 10.3.1 for development, so my doubt is how to change the debugging mode from JTAG…
Part Number: MSP430F6459 Other Parts Discussed in Thread: UNIFLASH , Hi,
I am trying to program customized msp430f6459 through msp-fet-430uif using uniflash, but it is showing no debug probes found.
But in device manager it is showing MSP-FET-430UIF…
Part Number: MSP430F6459 Hello Experts,
Please help me to find out which version of CC will support for MSP430F6459.
Thanks & Regards
K.Aravind,
Sigma Advanced Systems,
9848992750.
Part Number: MSP430F6459-HIREL Hi,
I'm writing incremented counter value for every 1 sec into DS28E07P+ form MSP430 controller even after the power off and on i want to recover the previous data which is written in the EPROM and then i need to increment…