Skip to content
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

Remapping pins on Serial1 module, or I2C library for CC3200-LaunchXL #1070

Open
Yooooos opened this issue Apr 30, 2021 · 0 comments
Open

Remapping pins on Serial1 module, or I2C library for CC3200-LaunchXL #1070

Yooooos opened this issue Apr 30, 2021 · 0 comments

Comments

@Yooooos
Copy link

Yooooos commented Apr 30, 2021

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 already been reported, add your case to its thread.

Please provide the following information.

  • LaunchPad board name and version: CC3200-LAUNCHXL (80MHZ)
  • Energia IDE version (found in Energia > About Energia menu): 1.8.11E23
  • Board package version (found in Tools > Boards > Boards Manager menu): 1.0.3
  • OS name and version: Windows 10

Describe the expected results.

in the variants.h library for all the boards there is a line for mapping SDA and SCL for all boards except CC3200-LAUNCHXL why is this? from my experience from MSP430 i expected remapping the i2C would be easy

Describe the actual results.

I tried changing the pin numbers on the Wire and HardwareSerial Libraries but that only made the old pins stop working but the new pins didn't work

List the steps to reproduce the problem.

If you go into Wire.h library and changing the pins inside the mapping functions inside the two-wire begin function. or if you change the pins inside the HardwareSerial libraries to pins that would work like pins 5/6, the pins won't change how do I remap pins?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant