Hi Steve.
(I guess this application is something like power consumption monitoring inside a power supply.)
Your guess is true. i want to make a device like this.
My design will be this:
7080.design1.pdf
i need a development board for MSP430FE423…
Other Parts Discussed in Thread: CC2531 , CC2530 , CC2591 , MSP430FE423 I just purchased the CC2530DK. I would like to see the layout of the CC2531 USB Dongle that was included in the kit and could not find it any where on ti's website. Can you please…
This is a case where we are both correct. Figure 1 in 'slaa203c' does show a shunt on the hot line. The local DC supply is not described; however it is obvious from the way the line voltage is reduced that the local "ground" for the meter is at…
Aravind, The two microcontroller products that are included in the launchpad are these: * MSP430G2211IN14 – 2kB Flash, 128B RAM, 10 GPIO, 1x 16-bit timer, WDT, BOR, Comparator A+ * MSP430G2231IN14 – 2kB Flash, 128B RAM, 10 GPIO, 1x 16-bit timer,…
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)) );…