Other Parts Discussed in Thread: MSP430F47193 I am using MSP430F47193. In that I2C code there is I2C delay function.
void I2C_Delay(void) { unsigned char Del=100; //50 while (Del--); }
what is the time taken to complete these instructions.
Other Parts Discussed in Thread: MSP430F47193 I have recommended the MSP430F47193 for a client, and they are requesting information regarding its ESD classification. I can find no class information for any chip in the family. Is there any classification…
I would have suggested the same devices you already mentioned. They have a 24bit SD ADC included.
A type with 16 bits is the MSP430F47193, for example. But this has "only" 120k of flash. And the x5xx share the same user's guide with the x6xx devices so…
Other Parts Discussed in Thread: MSP430F47193 , MSP430F47197 , MSP430F47196 I just start to work on an energy meter project. I may use MSP430F47193.
I need some help to choose which IDE I should use, IAR or CCS4.x
I already have CCS4.x Platium. But
…
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)) );…