Part Number: MSP430F2618 Other Parts Discussed in Thread: DRV8426 , DRV8428 , DRV8424 Hi team :
I am trying to replace a solution based on a ST Motor driver solution of STSPIN220 +128 KB Flash, 36 KB RAM STM32G070KB--LQFP32 7 × 7 mm, TI related DRV…
Hi JD,
The issue is now resolved. By 1M, I mean above 64K memory size. When using MSP430 instruction set and 64K memory size, the function pointers with an address work fine. However using MSP430X instruction set and 1M memory size, you can't assign…
Part Number: MSP430F2618 Hello,
I would like to ask about the failure of MSP430 chip Flash.
When our chip is powered on, 8MHz clock calibration information (CALBC1_8MHZ_INFOB, CALDCO_8MHZ_INFOB) is backed up in the InfoB Flash area. This calibration…
Part Number: MSP430F2618 I am converting IAR ide project to CCS 10.1 use r TI v20.2.1.LTS compiler for MSP430.
The IAR project work well but when i moved the files over to CCS i get the following linking error:
"../lnk_msp430f2618.cmd", line 108…
Part Number: MSP430F2618-EP Other Parts Discussed in Thread: MSP430F2618 When using the MSP430F2618 as an SPI slave and needing to also use either another SPI or i2c as master, which protocol for master port would be most efficient? For example, if you…
Hi ,
Altium Designer is used for PCB design like Schematic design/PCB layout.
For simulator you can try with IAR , you need download the version for MSP430 and for CC serials.
Another way is apply for Lunchpad/BoosterPack from store.ti.com/default…
Part Number: MSP430F2618-EP Dears:
After welding and baking at 120 C for 2 hours, can MSP430F2618-EP bear it?
Will Flash flip and cause program errors or other problems?
Hi Tim,
It should be possible. I would start with a new project and add things incrementally. Regarding cstartup.s43, it may not be necessary for newer IAR versions (see thread linked below). During your porting efforts, I would highly recommend referring…
Part Number: MSP430F2618 Other Parts Discussed in Thread: MSP-FET Dear Sir or Madam,
I was using the following code since years on MSP430F2618.
void InitOsc(void) { volatile unsigned int i; WDTCTL = WDTPW + WDTHOLD; // stop watchdog timer BCSCTL1…
Part Number: MSP430F2618 Hi,
I have a PCB which is equipped with an F2618 running software which has been working fine for years. Now, all of a sudden three samples of these boards failed in a row. I found out that this is due to the ADC12 module and…