Part Number: MSP430FW425 hello,
I am working on MSP430FW425 microcontroller . I want to use three inductors to sense the rotation. please reply me whether is it possible to make three inductors work on this ic
Part Number: MSP430FW425 Other Parts Discussed in Thread: TIDM-3LC-METER-CONV , MSP430FR6989 , Hello,
I have gone though processing state diagrams of single sensor and two sensor solutions in the pdf Rotation Detection with MSP430 interface . I find it…
Part Number: MSP430FW425 Hi,
I am using the sample code provided for LC sense for sensing using single inductor. I am using SIFCH0(P6.0) pin for Inductor and SIFCOM as DAC output which is given as sample schematic . i believe my hardware is perfect but…
Part Number: CC115L Other Parts Discussed in Thread: MSP430FW423 , MSP430FW425 , Hello,
1. We are producing working devices using MSP430FW423/MSP430FW425 and cc115l as radio transmitter.
2. We are using configuration form RFStudio with default values for…
Other Parts Discussed in Thread: MSP430FR5724 , MSP430FW425 Good afternoon, The consultation relates to a problem with the useful deduggear "MSP-FET430UIF" microcontroller "MSP430FR5724" The environment used is the "Code Composer Studio Version: 5.1.1…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
OK, got an .rl file. See attached.
The line in question in this file is line 42960, __bis_SR_register(GIE). If you look, it replaces that line with the following:
__asm__ __volatile__ ("bis.w %0, SR { nop" : : "ri"((unsigned int) (0x0008)) );…