-
Dead link to [https://github.com/japaric/msp430g2553](https://github.com/japaric/msp430g2553)
-
The code is available here for both master and slave. But how to interface both code into code composer studio as a single file. I found some difficulties while configuring both master and slave code.…
-
Is the firmware available that is used in the MSP430G2553? I haven't been able to locate it.
-
https://github.com/pftbest/msp430g2553/blob/9728b946a247972001b063935e309cf6ee80050d/msp430g2553.svd#L4
Must be 16
-
I found some bugs in protocol 1xx, 2xx and 4xx families using your console program. This will fail password checking also uploading code to msp430g2553. After I modified some codes then it worked.
Fo…
-
Hi,
I'm using mspdebugg to program my MSP430G2553 in Ubuntu 20.04 with FT232RL USB-UART bridge. My connection between MSP430G2553 and FTDI bridge are given below :
FT232RL -> MSP430G2553 Pin
RXD->…
-
I decided to see how difficult it is to port this library to the TI MSP430 platform and realized that MSP headers (e.g. msp430g2553.h) provide a lot of `#define` directives that pollute the scope and …
-
Hi there,
First of all, thank you for shared this library, it work fine with MSP430G2553. I'm using this library in oder to control 126 LEDs. But, i got some issues with the memory of MSP430G2553, …
-
Current GCC tool-chain for MSP430 is versioned `4.6.5` but is limited to 64 KB.
I gave a try to GCC MSP430 `6.4.0.32` with options `-mlarge -mcode-region=upper -mhwmult=auto`.
Surprise is, vari…
-
I'm trying to compile LoRa library for MSP430 using Energia platform and I get the error SPISettings' does not name a type.
This is because the SPISettings is nowhere in the SPI library for Energia…