Other Parts Discussed in Thread: MSP430F47163 HI,
MSP430F47163 has 3 16-bit sigma delta ADC. Just want to check whether 3 ADC can do the conversation simultaneously and read data from SD16MEM0,SD16MEM1,SD16MEM2 simultaneously, or there is a MUX for siwtching…
Other Parts Discussed in Thread: MSP430F47163
Hi aLL,
Currently ,we are in Gas
Meter design with MSP430F47163, WE want some data needs to be updated like Time
& Date, so can we use inbuilt RTC in MSP430, how do i achieve this. what
happens if…
Other Parts Discussed in Thread: MSP430F4270 , MSP430F47163
Hi, I am new to
microprocessors and I am a little bit confused on conversion modes of SD16
module.
There are 5 analog
differential input pairs on MSP430F4270. According to the document SLAU056F…
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)) );…