-
There seems to be a problem with GPIO and SPI on the MSP432.
- See [Provide Implementation for CC3200 and MSP432 LaunchPads on Energia #26](https://github.com/repaper/gratis/issues/26#issuecomment-141…
-
If I modify one of the core libraries for MSP432 (ie .../hardware/msp432/cores/msp432/wiring.c), a sketch build that should be using that file does not recompile the modified version.
-
I've got an MSP432P401R and I'd love to use the `Vector` class from the Wiring framework. Alas, my C++ skills are minimal at best so I'm not sure how to include it. I don't see it in Energia's sourc…
-
Energia 0101E0015 produces huge .bin files (500MB+) for trivial examples on MSP432.
This turns out to be because it's producing a .elf file with initialized data in RAM (at 0x20000000) as well as code…
-
As for #693 **MSP430F5529 on Mac OS X 10.10.4: Connection Issues**, I'm experiencing issues with the MSP432 LaunchPad since I4ve updated to Mac OS X 10.10.4.
Mac OS X 10.10.4 seems to have changed so…
-
I'm comparing three methods for a 1 s = 1000 ms = 1000000 μs delay:
- `delayMicroseconds(1000000L);`
- `delay(1000);`
- `wait_ms(1000);` defined as
```
void wait_ms(uint32_t ms)
{
uint32_t chrono…
-
Hi All,
I am having trouble porting code that's running perfectly on an MSP430F5529 (launchpad) to the MSP432. If I try to access the GPIO registers directly on the MSP432, the compiler gives me the …