-
I've made a port of this LMIC library to the MSP430. I've made the uplink works perfectly, but I can't get the downlink. I'm using the ttn-abp example. I already tested adding LMIC_setClockError(MAX_C…
-
Consider the following IR:
```llvm
define half @f(half %a, half %b, half %c) {
%d = fadd half %a, %b
%e = fadd half %d, %c
ret half %e
}
```
On backends without native `half` sup…
-
Like these:
* http://soundofsilicon.blogspot.de/2013/01/16-voice-msp430-synth.html - https://soundcloud.com/hunyeti/sets/my-msp430-synth-sounds
* http://www.youtube.com/watch?v=CnjJFK7OQ0I
Combi…
-
Have a pre-installed Debian package to flash the MSP430. I've got instructions to build the virtualenv at https://github.com/jadonk/ti_msp430_python_tools/blob/main/README.md. I'd like that virtualenv…
-
I'm using [MSP430F5529LP](http://www.ti.com/tool/msp-exp430f5529lp) with [RFM9x](https://learn.adafruit.com/adafruit-rfm69hcw-and-rfm96-rfm95-rfm98-lora-packet-padio-breakouts/overview), when i compil…
-
Hello, I see that this repository is marked work in progress. I'm trying to get a Rust toolchain up and running to develop for TI's MSP430 Launchpad board with the MSP430G2553. I'm trying to build `bl…
-
I have a set of [crates](https://github.com/cr1901/postcard-infomem) for embedding metadata about the current build into a microcontroller. I use this crate as a dep to parse semver info at compile ti…
-
```
What steps will reproduce the problem?
demo-breathing-led-gcc-4.5.3$ msp430-gcc -Os -Wall -g -mmcu=msp430g2231 -o
breathing-led.elf breathing-led.c
Error:
dyld: Library not loaded: /usr/local/C…
-
```
4.6.3 places global constants in the .rodata section. This section gets
discarded in the last build step, i.e. while removing the interrupt vector
table from tosboot. The command below only pres…
-
Howdy y'all,
I ran into some trouble using mspdebug on an RF430FRL152H chip. This chip is weird in that it is low voltage and in that it uses 4-wire JTAG but not SBW, so I used the modern (black) …