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…
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.…
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, WDT,…
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…
Hi Paul,
I use the MSP430 product selection page from https://www.ti.com/microcontrollers-mcus-processors/msp430-microcontrollers/products.html and save all parts in the spreadsheet. I use the filters to filter out parts. There are quite a few that…
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 the…
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…