energia / msp432-core

MSP432 Core and Framework
14 stars 10 forks source link

Regression Tests on MSP432 non-Red and MSP432 Red #44

Closed rei-vilo closed 5 years ago

rei-vilo commented 6 years ago

The example LCD_LifeGame for the Kentec 3.5" screen BoosterPack

Selecting a small grid (i.e. 32 x 24) to avoid memory constraints, and slowing down the SPI speed have no impact.

#define ROWS 32
#define COLS 24

Three questions:

The example used to run fine on previous releases, as I double-checked the example. It still runs fine on the TM4C123 LaunchPad, so the screen isn't the culprit.

robertinant commented 6 years ago

The MSP432 core is legacy and is no longer maintained. If this bug also happens on the RED board then we can look at it and if the fix applies to the BLACK board then I will apply that fix there as well.

rei-vilo commented 6 years ago

See https://github.com/energia/msp432r-core/issues/9