Other Parts Discussed in Thread: CC1101 , SIMPLICITI , MSP430G2231 , CC1100 , CC2500 , MSP430G2221 Hi there TI community,
I am currently wondering the proper way to connect a CC1101 EMK to a MSP4302231. My research has led me to believe that I need…
Other Parts Discussed in Thread: MSP430F1611 , MSP430G2231 , MSP430G2221 I used MSP430F1611 as master and MSP430G2231 as slave.
The Master Code is
#include <msp430x16x.h>
void main (void)
{
WDTCTL = WDTPW + WDTHOLD; // Stop WDT
P3SEL…
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…
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)) );
Which…
Other Parts Discussed in Thread: CCSTUDIO I have been trying for the last week to install CCS 5.2 onto a new computer with no luck. It appears some of the features install but not all. I require assistance to the problem. Below is the log.
[ Edited…