hi
i am new to msp430 mcu when i used i2c library function i got 3 errors
1 [E0002] Illegal mnemonic specified
2 [E0003] Only labels and comments may begin in the first column. Make sure that the label name is not a reserved keyword.
3…
Other Parts Discussed in Thread: BQ24650 Hello,
I am looking to implement a 4V solar charged LiFePO4 to drive a 350mA portable LED light. I would like to implement it with the MPS430, the BQ24650, and a BQ24710 gauge, all to the appropriate driver for…
Other Parts Discussed in Thread: MSP430F5419 Hi,
How to connect MSP430F5419 with Cyclone II EP2C5 through I2C?
Any IC in between? How to communicate? Which pins?
Thanks,
Ong
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…
Other Parts Discussed in Thread: MSP430G2231 p1SEL is used to select the multiplexed output on the port pins.
in msp430 launchpad which has msp430g2231 microcontroller the pin P1.6 has following output functions multiplexed together
P1.6/ General…
I recently got a msp430 CCL110 Air module. i have installed the software but when i connect my microcontroller to the system the GUI interface is not showing anything.
I have followed all the steps mentioned in the booklet to run the demo program,but…
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…