lm4tools icon indicating copy to clipboard operation
lm4tools copied to clipboard

Tools to enable multi-platform development on the TI Stellaris Launchpad boards

Results 15 lm4tools issues
Sort by recently updated
recently updated
newest added

If you want to compile lm4flash under cygwin on windows, you need to edit out the '_snprintf' define from lm4flash.c: ``` $ diff -u lm4flash.c.org lm4flash.c --- lm4flash.c.org 2023-01-26 10:15:12.975382500...

The lmicdiusb `Makefile` hardcodes `/usr/local` for Darwin at https://github.com/utzig/lm4tools/blob/61a7d17b85e9b4b040fdaf84e02599d186f8b585/lmicdiusb/Makefile#L40-L41 This isn't always where `libusb` can be found (e.g. if `libusb` were installed via MacPorts, or on an M1 Mac via...

I am running debian 10, and had lm4flash installed, along with libusb When I list all USB devices, it indicates TiVa is detected in Device 012, and ready to receive...

As requested for the Homebrew package: it would be preferrable to be able to run `make install PREFIX=...` instead of manually copying binaries. https://github.com/Homebrew/homebrew-core/pull/25140

The status are shown below when flashing, example 1. ```bash flash start address 0x0 (0K) ICDI version: 12245 writing: 0x5d000, speed: 9.88KB/s, progress: 100.00%, ETA: 0.00s ``` example 2. ```bash...

I am using Linux Mint on Windows 7 machine using VMware. Besides working perfectly for a few times, it always give me the following error: ``` akhilpo-virtual-machine ~/work/stellaris-work $ lm4flash...

root@crypto:/home/username/Embedded/lm4tools/lm4flash# ./lm4flash ~/Embedded/tiva-template/build/main.bin Found ICDI device with serial: 0E21335F fopen: No such file or directory without root I got a below output Unable to open USB device: LIBUSB_ERROR_ACCESS Unable to...

This set-up used to work on earlier versions of Fedora (I can't remember as it was a while ago, but maybe F22 x64?). Now I'm on Fedora 24 x64 I...

Mostly taken from the patch created by Oliver Douglas(?) available at https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/448091/1611230#1611230

I've been using lm4flash to develop on my TM4C123GLX for six months or so. No problem until yesterday. I was progressively slowing down the CPU clock to test some PWM...