Hello there,
Debuging MSP430 does not work. Debuging console:
Preparing firmware for debugging...
Processing lpmsp430fr5994 (platform: timsp430; board: lpmsp430fr5994)
--------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/timsp430/lpmsp430fr5994.html
PLATFORM: TI MSP430 (2.4.0) > TI LaunchPad MSP-EXP430FR5994LP
HARDWARE: MSP430FR5994 16MHz, 4KB RAM, 256KB Flash
DEBUG: Current (mspdebug) On-board (mspdebug)
PACKAGES:
- toolchain-timsp430 @ 1.40603.210219 (4.6.3)
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 0 compatible libraries
Scanning dependencies...
No dependencies
Building in debug mode
Checking size .pio/build/lpmsp430fr5994/firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [ ] 0.0% (used 2 bytes from 4096 bytes)
Flash: [ ] 0.2% (used 472 bytes from 262144 bytes)
========================= [SUCCESS] Took 0.25 seconds =========================
MSPDebug version 0.24 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2016 Daniel Beer <dlbeer@gmail.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Chip info database from MSP430.dll v3.3.1.4 Copyright (C) 2013 TI, Inc.
undefinedUnknown driver: dslite. Try --help for a list.
Reading symbols from /home/edi/Dokumente/PlatformIO/Projects/Serial/.pio/build/lpmsp430fr5994/firmware.elf...
done.
PlatformIO Unified Debugger -> https://bit.ly/pio-debug
PlatformIO: debug_tool = mspdebug
PlatformIO: Initializing remote target...
.pioinit:11: Error in sourced command file:
:2000: Die Wartezeit für die Verbindung ist abgelaufen.
Terminal:
* Task wird im Ordner Serial ausgeführt: platformio debug
Processing lpmsp430fr5994 (platform: timsp430; board: lpmsp430fr5994)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/timsp430/lpmsp430fr5994.html
PLATFORM: TI MSP430 (2.4.0) > TI LaunchPad MSP-EXP430FR5994LP
HARDWARE: MSP430FR5994 16MHz, 4KB RAM, 256KB Flash
DEBUG: Current (mspdebug) On-board (mspdebug)
PACKAGES:
- toolchain-timsp430 @ 1.40603.210219 (4.6.3)
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 0 compatible libraries
Scanning dependencies...
No dependencies
Building in debug mode
Compiling .pio/build/lpmsp430fr5994/src/main.o
Linking .pio/build/lpmsp430fr5994/firmware.elf
Checking size .pio/build/lpmsp430fr5994/firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [ ] 0.0% (used 2 bytes from 4096 bytes)
Flash: [ ] 0.2% (used 472 bytes from 262144 bytes)
Building .pio/build/lpmsp430fr5994/firmware.hex
======================================================================== [SUCCESS] Took 0.34 seconds ========================================================================
Any ideas?
Thanks, Edi