Skip to content

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

@Yooooos

Description

@Yooooos

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions