Hi,
I'm currently developing a software for the MSP430F5510. It worked fine with my development PCB for months, but as soon as I tried it on another one, I got very strange issues. My software is writing text to a display with a built-in font, and I'd sometimes get missing pixels, or the text "dEbug" or "debuf" instead of "debug".
I then simplified my code until I arrived at this:
#include <msp430.h>
#include <string.h>
#include "driverlib/MSP430F5xx_6xx/ucs.h"
static const uint16_t flash_data[] = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF