-
Notifications
You must be signed in to change notification settings - Fork 5
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
Porting BLE Library to MSP432 Red #38
Comments
i think this should be solved in the library side, e.g. with replace in BLEboard.h and delete Does compile without errors (on windows) |
Thank you for the answer. Yes, I did three changes:
The SerialOverBLE now builds. However, the CC2650 doesn't show up on the list of BLE devices of a BLE utility like nRF Connect. |
I refreshed the CC2650 with the default NP image, as it was programmed with the specific version for the edX course Real-Time Bluetooth Networks: Shape the World — MOOC edX UTAustinX UT.RTBN.12.01x. |
I created the pull request https://github.com/ti-simplelink/ble_energia/pull/8 with the three fixes, after testing it on a MSP432P401R LaunchPad (red) with MSP432P401R board package 5.29.0. @robertinant Feel free to validate it. |
This is a continuation of #10.
The BLE library used to work with release
5.23.1
but no longer with latest release5.29.0
.Building the example SerialOverBLE against the MSP432P401R fails with the following error:
The text was updated successfully, but these errors were encountered: