Other Parts Discussed in Thread: MSP430G2453 Hi:
I am trying to build a board with a MSP430G2453 to control several LEDs to generate different optical patterns. Couple questions of how to program the chip on board or in system.
When I build…
Hi Przemyslaw,
you may check the MSP430G2453 mcu. It has 8kB of ROM, has USCI for SPI/hardware UART for the CC1100 SPI/GPS AT command communication. It is available in 20pin DIP package so it
fits into the LaunchPad.
Other Parts Discussed in Thread: MSP430F249 , MSP430G2453 Hi,
i am getting the below errors while compiling my code in ccs v5.0. I thought that these are linking error how can i come out of it any one help me..
Description Resource Path Location Type…
I did those modifications but it s still not working :
#include <msp430g2453.h>
#include<intrinsics.h>
//Variables globales: portée maximale
int test; int maj;
int hHeures;
int hMinutes;
// Flash pointer
int hSecondes;
int *Flash_ptr1; // pointeur…
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…