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.

MSP430F5659 resets when using RAM in Sector 1 or Sector 2

Other Parts Discussed in Thread: MSP430F5658, MSP430F6659

Hi,

We have an application running on an MSP430F5658 correctly.

We needed to extend some data buffers in the application, so we replaced the F5658 with a F5659, which has 32Kb more RAM.

We recompiled the code for the new target, adjusted the Linker file to extend the available RAM, and resized the buffers so that they use the additional RAM.


The code compiles, but the application now crashes when using the additional memory (Sector 1 or Sector 2). The processor resets at different times (sometimes after ~5sec of operation, sometimes after 15 min).

If we recompile and reduce the buffers so that only RAM Sector 0 and Sector 3 are used (as in the original F5658 design), the application doesn't crash and runs for many hours correctly.

Does anyone have any idea/insight/experience with this or similar issues with these specific devices?

Thanks,

Alex.

**Attention** This is a public forum