-
Notifications
You must be signed in to change notification settings - Fork 10
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
MSP432 pin mapping is wrong for A9 #9
Comments
From @rei-vilo on May 5, 2016 19:8 Is it
|
From @fmilburn3 on May 5, 2016 20:25 The problem is in pins_energia.h - in the following line: static const uint8_t A9 = 27; It should read: static const uint8_t A9 = 26; // change this from 27 to 26 |
From @rei-vilo on May 5, 2016 20:36 I can't pull the fix because this specific file comes form emt @ a350116 and I don't have access to it.
|
From @rei-vilo on May 5, 2016 20:47 See file /src/ti/runtime/wiring/msp432/variants/MSP_EXP432P401R/pins_energia.h line 56 |
From @rei-vilo on May 5, 2016 20:52 See Fix for A9 on MSP432 #1 and pull-request Fix for A9 on MSP432 #2. Only @robertinant can commit it. |
From @rei-vilo on May 5, 2016 20:53 @fmilburn3 Thank you so much for noticing the bugs and providing the details! |
This has been fixed and will be made available in the next release due this week |
From @fmilburn3 on May 5, 2016 18:48
See this thread: http://forum.43oh.com/topic/9614-msp-432-analog-pin-9-mapped-to-analog-pin-8/
A9 is mapped to pin 27 instead of pin 26 on the MSP432.
Copied from original issue: energia/Energia#879
The text was updated successfully, but these errors were encountered: