-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LCD Sharp BoosterPack SPI examples no longer work on CC13x0. #1059
Comments
The two same examples |
Replacing Energia/libraries/LCD_SharpBoosterPack_SPI/LCD_SharpBoosterPack_SPI.cpp Lines 531 to 532 in 3116b84
by
seems to solve the issue. But adding an extra
I don’t know the minutiae of the implementation of TI-RTOS in Energia MT. |
As the CC1352 replaces the CC1350, the workaround at #1061 is good-enough to patch the issue. |
The
LCD_Sharp128BoosterPack_SPI_main
example no longer works on the Sharp 128 against the CC1350 LaunchPad.Only the first
Hello
from line 45 is displayed.Energia/libraries/LCD_SharpBoosterPack_SPI/examples/LCD_Sharp128BoosterPack_SPI_main/LCD_Sharp128BoosterPack_SPI_main.ino
Lines 45 to 46 in 3116b84
The program seems to freeze before line 52.
Energia/libraries/LCD_SharpBoosterPack_SPI/examples/LCD_Sharp128BoosterPack_SPI_main/LCD_Sharp128BoosterPack_SPI_main.ino
Line 52 in 3116b84
Same for the
LCD_SharpBoosterPack_SPI_main
example on the Sharp 96 against the CC1350 LaunchPad.The text was updated successfully, but these errors were encountered: