This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Porting my code from MSP430F135 to MSP430F235

Other Parts Discussed in Thread: MSP430F135, MSP430F235

Hi!

I have used the code written for the MSP430F135 on a MSP430F235 and I have found some obstacles. In my code I use these peripherals: flash, gpios on port 1/port2, LFXT1CLK with an external 32,768 KHz  clock, the DCO, the ADC12 and the internal temperature sensor.

I have already done a new MSP430F235's project on my CCS5.2 and I have made these changes on my code:

- the ram size 512KB on MSP430F135 / 2048KB on MSP430F235 

- the data memory organization info A/info B on MSP430F135 now are info A/info B/info C/info D on MSP430F235

Is there anything else I should take into account? I have two identical boards one with MSP430F235 and one with MSP430F135 and I see that with changes above, the code on MSP430F235 runs more slowly than on MSP430F135.

Any help you can give me like migration guide or something else is appreciated.

Thanks in advance,

Maurizio

**Attention** This is a public forum