Part Number: MSP-GANG Other Parts Discussed in Thread: MSP430G2412 , MSP-TS430PW28A , , MSP-FET We are a TI distributor and our client got 5 MSP-GANGs in this April.
But 2 of 5 GANGs were malfunctioned.
The 2 GANGs can't write into flash memories and IR…
Part Number: MSP430FR2433 Other Parts Discussed in Thread: MSP430F5529 , MSP430G2412 , MSP-TS430RGE24A
I got some MSP430FR2433 chips from mouser and some more from the TI e-store. Their wafer ids are 730053705 (mouser) and 730053700 (TI e-store). I've programmed…
Other Parts Discussed in Thread: MSP430G2412 Hi, I am a newbie in MSP430 programming I am working on msp430g2412 and after going through some examples from code examples I have few confusions. Here is the case;
1) When i press the button the LED should…
Other Parts Discussed in Thread: MSP430WARE , MSP430G2412 There seem to be many ways to manage LPM modes when programming MSP430 in C. There are LPM0-LPM4 macros, _BIC_SR and _BIS_SR macros, _bic_SR* and _bis_SR* intrinsics, and some books recommend us…
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 Walter,
I used a custom HAL implementation, as the regular ones are not compatible to the FR5989. Also enclosed are all the other parts of the code, neccessary to reproduce the Error.
By now I found a workaround for my project: I figured If timer…