Part Number: MSP430F47176 I am writing a boot loader for the MSP430F47176. The vector table has space for 32 ISRs. The documentation only talks about 16 ISRs. The header msp430x471x6.h has vector definitions for 17 ISRs but they are offset suggesting…
Good morning
Is there a specific reason why, into a three phase grid system, the 3PH LIB doesn't calculate the phase-to-phase voltage?
In some energy meter application it might be useful.
Kind regards
Tiziano
Hi David,
Thanks for the links.
The driverlib documentation mentions a channel association for the sigma delta ADC (CTSD16), extract as below:
// Initialize converter 0: AD0+ / AD0- as input, 2s complement, channel 9
CTSD16 initConverterParam…
I am running different low power modes depending upon what the system is doing. I have another project where I am always in low power mode unless I receive an interrupt from my serial port. In the later case my serial port works fine. But in the prior…
Other Parts Discussed in Thread: MSP430F47176 I have a question about pins of MSP430F47176.
According to pdf file (msp430f47176.pdf) page 10, there are two pins which used as "TDI".
That is, PIN96 (TDO/TDI) and PIN97 (TDI/TCLK).
The pdf…
Other Parts Discussed in Thread: MSP430F47176 Hi ,
I am was new to iar msp430. a)I want to fix the boundary for flash in msp430f47176 using iar.
b) how write a file in a specified address with out main function in iar? Where i have to change…
Other Parts Discussed in Thread: MSP430F47176 , MSP430F5438 I have a qustion on the sample code for MSP430F47176 using I2C connection. In the "msp430x471x7_uscib0_i2c_09.c" file, the MSP430 receives data from other MSP430 throught I2C.
However, in…
Dear Jens-Michael,
thank you for your answer.
I detail deeply my case:
I am using MSP430F47176 . If I load a program (via CCS debugging) that writes and reads some data in the info segments (A, B, C & D), I can check that these data are correctly…
Other Parts Discussed in Thread: MSP430F67691 , MSP430F47176 I am currently migrating my code from MSP430F47176 to MSP430F67691. I have one timer (TIMER A0) that counts up to one configurable value (TACCR) using ACLK (32 kHz) as source. I use interrupt…
What software are you referencing when you mention msp430xgeneric.h?
Above, you cite that you are using a MSP430F7176. Do you really mean a MSP430F47176?
If you mean MSP430F47176, the device datasheet has the absolute address for the USCI_A0 Control…