Other Parts Discussed in Thread: MSP430G2212 Hi community,
I try to use a raspberry pi to get a hex-file on msp430g2212. I try to do it by using a msp-fet430uif debug-interface. Is there any driver for linux to drive the msp430g2212.
Other Parts Discussed in Thread: MSP430G2212 , BQ27510-G2 , BQ27410-G1 hi,
I am interfacing MSP430g2212 controller with bq27510-G2 fuel gauge through USI-i2c master mode. I have taken an example code from "http://processors.wiki.ti.com/index.php/I2C_Communication_with_USI_Module…
Other Parts Discussed in Thread: MSP430G2212 I was just searching for a MCU which fits my needs, so I looked at the MSP430G2xx series ( http://focus.ti.com/paramsearch/docs/parametricsearch.tsp?familyId=1937§ionId=95&tabId=2662&family=mcu…
Other Parts Discussed in Thread: MSP430G2212 Hi:
I want to generate two channel PWMs, but there have only one timer with two CCR.
Please tell me how to do, thanks!
Fred
Is this code example (http://focus.ti.com/lit/an/slaa382/slaa382.zip) is adaptable for MSP430G2212?
This last code example is more understandable than the one comes with MSP430Gxxx devices (slac080i.zip).
Thanks
Sebastien Grenier
NRG-TRONICS inc…
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)) );…