Other Parts Discussed in Thread: MSP430FE4242 , LM258 I am trying to read an input voltage in the .3-2V or so range with a higher precision than that offered by the ADC12 module. I am trying to use the SD16 on the MSP430FE4242, but I have some questions…
Other Parts Discussed in Thread: MSP430FE4242 , MSP430FE427 First thanks for everyone who gives me any reply!My problem is this:
1.We have desighed a power meter of 5(60)A with MSP430FE4242(current sample from a shunt~250uohm),but we found that its small…
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)) );…
Hello Pavel,
EDIT: I didn't read past your first error. You already did this, and I didn't notice.
Pavel Hristov said:
We tried adding the following lines in io.h
#elif defined(__ MSP430F6726 __) #define __MSP430_6726__
For your first error, you…