Other Parts Discussed in Thread: TIDM-3DGRAPHICS-QVGA, MSP430FR5994, MSP430F5529, MSP430FR5969,
This is a simplification of my prior question. I took a working project example for the MSP430FR5994 and added the HAL for the Kentec QVGA display from the TIDM-3DGRAPHICS-QVGA_Software example at http://www.ti.com/tool/TIDM-3DGRAPHICS-QVGA:
HAL_kitronix320x240x16_ssd2119_spi.h and HAL_kitronix320x240x16_ssd2119_spi.c
I then added the following two lines to my main.c
Kitronix320x240x16_SSD2119Init();
GrContextInit(&g_sContext, &g_sKitronix320x240x16_SSD2119);
If I modify HAL_kitronix320x240x16_ssd2119_spi.h to use the config for the MSP430FR5969, the display never lights up, but the Kitronix320x240x16_SSD2119Init() does return. However, if I modify the HAL to use the config for the MSP430F5529, the display lights up, but Kitronix320x240x16_SSD2119Init() does not return.
Can somebody please tell me how to modify HAL_kitronix320x240x16_ssd2119_spi.h() to work correctly with the MSP430FR5994 LaunchPad (MSP-EXP430FR5994)?