Other Parts Discussed in Thread: MSP430F2111 , CC2550 , CC2500 Hi guys!
I am trying to communicate with my cc2550 by SPI.My micro is MSP430F2111.When i write some value to some regisrter (for example spi_write(0x02,0x0A) according the design note "SPI access…
Other Parts Discussed in Thread: MSP430F2111 Hello all,
I want to put my software version in information segmant on my Flash. I have MSP430F2111 and I am using Code Composer Essentials 3.2
I was try to define assembly file and use lines like:
.infoA
DC8…
Other Parts Discussed in Thread: MSP430F2112 , MSP430F2111 Hello,
I am having problems programming an MSP430 device, the device should be an MSP430F2112 but the programmer thinks it is an MSP430F21x1 part. The exact error is: MSP430: Error connecting to…
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)) );…
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, you…
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 by…