You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue on the Energia repository.
Do not use GitHub issues for project related questions.
Use instead the 43oh forum and TI E2E forum, so everyone can share the questions and answers.
Do not use GitHub issues for questions on third-party libraries.
Use instead their own repositories.
Check the issue hasn't been reported yet.
If an issue has alreday been reported, add your case to its thread.
Please provide the following information.
LaunchPad board name and version: INSERT LAUNCHPAD BOARD NAME AND VERSION
Energia IDE version (found in Energia > About Energia menu): INSERT ENERGIA VERSION
Board package version (found in Tools > Boards > Boards Manager menu): INSERT BOARD PACKAGE VERSION
OS name and version: INSERT OS NAME AND VERSION
MSP-EXP430G2 (old version)
Energia 1.8.10E23
Energia MSP430 board 1.07
Windows 10
Describe the expected results.
INSERT DESCRIPTION OF THE EXPECTED RESULT
Describe the actual results.
INSERT DESCRIPTION OF THE ACTUAL RESULT
twi.c failed to compile with MSP430G2553 because it does not have EUSCI_B0.
List the steps to reproduce the problem.
INSERT STEPS TO REPRODUCE THE PROBLEM
MSP430G2553 has an USCI_B0 but does not have EUSCI_BO. twi_disable cannot handle cases such as MSP430_HAS_USCI MSP430_HAS_USCI_B0 or MSP430_HAS_USCI_B1.
The solution is:
twi.c should be change from
Thank you for opening an issue on the Energia repository.
Do not use GitHub issues for project related questions.
Use instead the 43oh forum and TI E2E forum, so everyone can share the questions and answers.
Do not use GitHub issues for questions on third-party libraries.
Use instead their own repositories.
Check the issue hasn't been reported yet.
If an issue has alreday been reported, add your case to its thread.
Please provide the following information.
INSERT LAUNCHPAD BOARD NAME AND VERSION
INSERT ENERGIA VERSION
INSERT BOARD PACKAGE VERSION
INSERT OS NAME AND VERSION
MSP-EXP430G2 (old version)
Energia 1.8.10E23
Energia MSP430 board 1.07
Windows 10
Describe the expected results.
INSERT DESCRIPTION OF THE EXPECTED RESULT
Describe the actual results.
INSERT DESCRIPTION OF THE ACTUAL RESULT
twi.c failed to compile with MSP430G2553 because it does not have EUSCI_B0.
List the steps to reproduce the problem.
INSERT STEPS TO REPRODUCE THE PROBLEM
MSP430G2553 has an USCI_B0 but does not have EUSCI_BO. twi_disable cannot handle cases such as MSP430_HAS_USCI
MSP430_HAS_USCI_B0 or MSP430_HAS_USCI_B1.
The solution is:
twi.c should be change from
to
Thank you.
Cheers
Jungho
The text was updated successfully, but these errors were encountered: