-
HI.
This is my platformio.ini file:
```
[env:LaunchPad_MSP-EXP432P401R]
platform = timsp432
board = lpmsp432p401r
framework = cmsis
build_flags =
-I .
-I src\eeprom
-I src\grb…
-
The MSP432P4111 differs internally from the MSP432P401R used so far. Besides the FLASH memory size (2MB instead of 265kB), the FLASH controller (FlashCtl_A instead of FlashCtl), the SysController (Sys…
-
When I try to declare function `PORT1_IRQHandler` in my `main.c` file, I found out that the board always stuck when I press any of buttons. It seems that the board has detected the interrupt but ignor…
-
Hello,
I'm trying to reflash TI MSP432P401R builtin XDS 110 JTAG programmer firmware, which was broken during the update and doesn't enter DFU mode.
TI suggest to use JTAG (seems this is the only po…
-
This is a continuation of #10.
The BLE library used to work with release `5.23.1` but no longer with latest release `5.29.0`.
Building the example **SerialOverBLE** against the MSP432P401R fail…
-
When running on macOS 10.15 _Catalina_, building against the MSP432P401R raises an error.
> /Applications/IDE/Energia.app/Contents/Java/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c…
-
The MSP432P4111 differs internally from the MSP432P401R used so far. Besides the FLASH memory size (2MB instead of 265kB), the FLASH controller (FlashCtl_A instead of FlashCtl), the SysController (Sys…
-
TI MSP430 or MSP432 needs to be used for this projects. What are the minimum requirements for this microcontroller. Some questions that should be answered
1) What voltage level is required to run mic…
-
Perhaps migrate to MIT license, but make sure there are no copyright issues with TI software
-
If the code is built for EEPROM and you boot without the EEPROM attached, the program does not respond to the USB serial port and appears to be hung.
This was an issue because the EEPROM is located…