Part Number: MSP430F6775 Hi
I have a question about "energy measurement software is: ">www.ti.com/.../MSP-EM-DESIGN-CENTER
- I'm having trouble with the "reactive power" being very low even when configured using the provided GUI. How do…
The header file is the place to look:
$ grep SYSRIVECT msp430f6775.h
#define SYSRIVECT (0x0001) /* SYS - RAM based interrupt vectors */
#define SYSRIVECT_L (0x0001) /* SYS - RAM based interrupt vectors */
Part Number: MSP430F6775 Hi
I have some questions related to the application note
Implementation of a Three-Phase Electronic Watt-Hour Meter Using MSP430F677x(A) (Rev. G)
Q1)
Regarding to the "factor K" which are descried at Page10 chapter 4.2.1.1.…
In GCC this is defined in iomacros.h, which gets included by msp430f6775.h
#define sfr_b(x) extern volatile unsigned char x
#define sfr_w(x) extern volatile unsigned int x
#define sfr_a(x) extern volatile unsigned long int x
#define sfr_l(x) extern…
Part Number: MSP430F6775 Other Parts Discussed in Thread: MSP-FET , MSP-ISO Hi
I would like to read the value of the registers in the SLAA577G - MSP430F677x(a) based MCU using JTAG.
I think I need to use the Isolation Plugin Board, but how do I connect…
Part Number: MSP430F6775A Other Parts Discussed in Thread: MSP430F6775
Tool/software:
Hi,
I would like to ask about addresses cuz there is probably another typo I dont know which addresses are correct the UG version or the datasheet? It looks like they…
From msp430f6775.h:
/* RTCTCCTL0 Control Bits */
#define TCEN (0x0001) /* RTC Enable for RTC Tamper Detection with Time Stamp */
#define AUX3RST (0x0002) /* RTC Indication of power cycle on AUXVCC3 */
…
"Error 1" usually indicates an error in a program (compiler, linker, etc.) called by make. There really should be more information. For example:
$ make
/usr/ti/gcc/bin/msp430-elf-gcc -g -mmcu=msp430f6775 -I /usr/ti/gcc/include -Wall -Wl,…
Part Number: MSP430F6775 Other Parts Discussed in Thread: MSP430F6779 Hi Team,
I want your guidance to connect the High Accuracy 3 phase electricity meter with tamper detection -F6779 with FPGA MAX10. Please guide me.
Waiting for response
Thanks and R…
Part Number: MSP430F6775 Hello Champs,
One of my customer is developing msp430 application using F6775.
Recently they shwon the lockup issue at the power off-> on test. When decreasing voltage level at the power off state, their system shows the Vcore…