Other Parts Discussed in Thread: EK-LM3S8962, LM3S1968, EK-LM3S1968
Hi, I am working on getting FreeRTOS running on a EKS-LM3S1968 eval board. I found from an older post that a CCS4 port for the 1968 board was available here:
http://www.embeddedheaven.com/freertos-code-composer-studio-4-lm3sxxxx.htm
I got the code and it builds fine. However, the OLED display does not seem to be initializing correctly nor can any data be written to it. In main() there is this code:
//
// Initialize the OLED display.
//
RIT128x96x4Init(1000000);