-
Notifications
You must be signed in to change notification settings - Fork 131
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
Provide Implementation for CC3200 and MSP432 LaunchPads on Energia #26
Comments
Is the issue with MSP432 linked to MSP432 GPIO with High-Drive capability limited to |
The V231_G2 now supports MSP432P401R via the MSP-EXP board. There is one problem though, the repaper board cannot be directly mounted as the PANEL_ON pin which would be connected to P3_6 cannot be driven high. In fact after a As a workaround the refactored I/O library assing the PANEL_On to P5_1 on this board, so use a cable connection that connects the PANEL_ON(Red,11) to P5_1 on second row of pins; rthe remaining wires are to their original pins. |
I forgot to mention the SPI has to be in mode3 on the MSP432, unlike the Arduino and MSP430 which bot use mode0. Is the mode->pol/pha mapping correct in MSP432 driver? (I know the two bits have different definitions this is one view Seem from https://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus that only PIC32MX has 1:1 config bits to mode mapping. |
CC3200 and CC3200 EMTI managed to get it work on CC3200 EMT, after fixing
MSP432 EMTStill no luck on the MSP432.
I'm going to test |
SPI
|
Support for the CC3200 is provided only with CCS6, and not with Energia.
With Energia Multi-Tasking, Energia now brings RTOS for the CC3200 and MSP432 LaunchPads.
Please adapt the libraries for the CC3200 and MSP432 LaunchPads on Energia Multi-Tasking.
The text was updated successfully, but these errors were encountered: