Part Number: MSP430F6720 Hello, because of delivery situation customer has to switch from F6720 to F6736 and F6733. Can he use same HEX file or should he recompile it? Both is working but he sees that recompiling produced different HEX filres for 20, 33…
Part Number: MSP430F6720
Hi Team,
Our customer would like to know if our MSP430F67XX devices are capable of simple differential voltage metering.
Thank you for your support!
Regards,
Danilo
Part Number: MSP430F6720 Other Parts Discussed in Thread: MSP430F6736 Hi,
I am trying to proof a product for Y2038 problem, found out that TI compiler as of v20.2.4 still uses 32bit/4byte time_t
The following is test code for mktime():
struct tm calendarTime;…
Part Number: MSP430F6720
Hi,
I am trying to convert Unix epoch time to the one used by MSP430 in CCS V10/TI v20.x.y compiler. Presumably TI compiler uses epoch time starting from 1900-01-01 00:00:00, at least the following code indicate so.
#include…
Part Number: MSP430F6720 Hi,
I am trying to use P1.2 pin as UART RXD pin while connecting P1.0 and P1.1 to two voltage signal input. The plan is to use Sequence-of-Channels Mode (Autoscan Mode) and DMA to sample P1.0/A2 and P1.1/A1. The problem is, as…
Part Number: MSP430F6720 Other Parts Discussed in Thread: MSP430WARE Hi,
In my project, two input channels (A2, A1) are selected. Something needs to be done when readings from A2 is lower or higher than certain threshold values. How do I set this up? This…
Part Number: MSP430F6720
Tool/software: Code Composer Studio
Hi,
In the following test setup, two system A & B are connected via UART/Xbee radio.
System A (MSP430 + UART/Xbee Radio) ---> System B (PC + Xbee with USB adapter)
System A repeatedly…
Part Number: MSP430F6720 Hi Team,
My customer is working on a project and the main criteria is energy saving. Could you please suggest some good techniques for the following case.
We have to power the MCU from a measuring voltage (I<1mA), may be because…
Part Number: MSP430F6720
Tool/software: Code Composer Studio
Hi,
I am trying to port slaa208a from MSP430F1/2XXX to MSP430F67XX. I was able to get the code work to some degree but are having some weird problems. Reading from EEPROm seems OK, but writing…
Hi folks,
I am having some problem configuring DCOCLK as source of MCLK, I wish someone may lend me some help. The plan is to set DCO clock at 16MHz, DCOCLKDIV at 4MHz, then source MCLK from DCOCLK. I understand this can be easily done by changing:
UCSCTL4…