Triss
bafd1465c9
fix segfautl when using mehfet with no vid/pid specified
7 months ago
Triss
d6e6c91ea7
mehfet: reenable fast clock
7 months ago
Triss
a5252e13f6
jtaglib: fix register reading on MSP430G2452 and similar chips
7 months ago
Triss
cba3cd4f33
usb proto doc link
7 months ago
Triss
ce87459c07
add license headers
7 months ago
Triss
6a2b27db13
update manpage
7 months ago
Triss
d64791bac6
woah it works
7 months ago
Triss
6573bbb6da
stuff starts to work now
8 months ago
Triss
00f11cd9d7
mehfet boilerplate, also fix bug in VID/PID stuff
8 months ago
Triss
7ef085140a
add -V option to specify a VID/PID pair, or override the default
8 months ago
Hose wie Jacke
4c4d94e43b
simio/tracer: fix output format
This commit adds ":" after "SMCLK".
Previous output:
MCLK: ...
SMCLK ...
ACLK: ...
Current output:
MCLK: ...
SMCLK: ...
ACLK: ...
1 year ago
Daniel Beer
66dd71e62d
Merge pull request #103 from w0xel/hotfix/rodata2-init-array-section
elf32.c: Extract and flash INIT_ARRAY sections
1 year ago
Sebastian Würl
1633ed504a
elf32.c: Extract and flash INIT_ARRAY sections
1 year ago
Daniel Beer
6740d7d98b
simx: MSP430X simulator by Bruce Burns <bgb@alum.mit.edu>
2 years ago
Daniel Beer
e65bc6910a
Merge pull request #95 from iddq/master
fix jtag_read_reg and jtag_write_reg functions according to the docum…
2 years ago
iddq
0c5f33ec42
fix jtag_read_reg and jtag_write_reg functions according to the documentation: SLAU320 MSP430 Programming via JTAG User's Guide
tclk set and clr was in wrong order
2 years ago
Daniel Beer
493f38bb85
Merge pull request #93 from WeilunFong/master
Add uninstall phony target for Makefile
2 years ago
WeilunFong
cbe5fccb9c
Add uninstall phony target for Makefile
2 years ago
Daniel Beer
0efcf40f4d
Merge pull request #92 from tgtakaoka/update-chipinfo-mspds-3.15.0.1
Update chipinfo.db with MSPDS-OPEN-SOURCE_3.15.0.1
2 years ago
Tadashi G. Takaoka
f8852df217
Update chipinfo.db with MSPDS-OPEN-SOURCE_3.15.0.1
The chipinfo.db is extracted from MSPDS.
https://www.ti.com/tool/download/MSPDS-OPEN-SOURCE
The latest is MSPDS-OPEN_SOURCE_3.15.0.1.
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPDS/3_15_0_000/export/MSPDebugStack_OS_Package_3_15_0_1.zip
You can find the release note of version 3.15.0.1 at
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPDS/3_15_0_000/export/Release_Notes.html
The following msp-ds-dumpdb.patch is necessary to extract chipinfo.db
from MSPDS, using msp-ds-dumpdb command.
https://raw.githubusercontent.com/tgtakaoka/homebrew-mspdebug-mspds/master/patches/msp-ds-3.15.0.1-dumpdb.patch
2 years ago
Daniel Beer
b506542094
Merge pull request #90 from Mauroq/master
Support files for FR5994 (Launchpad) and FR5964
3 years ago
Dennis de Lange
713541525c
Added the FR5994 and FR5964 chips (based upon the FR5968)
3 years ago
Dennis de Lange
51ef323568
Included missing devices from fet_db into devicelist. See 2b4b409
3 years ago
Daniel Beer
fb29ec1236
gdb: fix parsing of register values.
3 years ago
Daniel Beer
eb77903392
Merge pull request #88 from thiloschulz/master
Increase limit on number of ELF program / section headers
3 years ago
Thilo Schulz
4f21d592f3
Increase limit on number of ELF program / section headers
3 years ago
Daniel Beer
4f6a845fb4
Fix operation size error in instruction decoding.
3 years ago
Daniel Beer
d59fb64ac2
Don't issue mass erase if BSL password is specified.
3 years ago
Daniel Beer
5c5fec9acd
rom_bsl: fix incorrect use of sizeof().
3 years ago
Daniel Beer
989038d3b3
Implement --bsl-entry-password option.
3 years ago
Daniel Beer
3bc5cb2686
simio: fix uninitialized memory use in IO reads.
4 years ago
William D. Jones
66dc9057e2
Improve compiling experience on MinGW platform (use pkg-config, *nix rm).
4 years ago
Daniel Beer
b975fd00a0
Merge pull request #76 from melak/tilib_path_facelift
Facelift MSPDEBUG_TILIB_PATH handling
4 years ago
Tamas TEVESZ
be0f7b4576
Facelift MSPDEBUG_TILIB_PATH handling
Yes, I primarily just want to get rid of strcat (which is checked and
appears to be OK, but still, it's 2018).
Also bring behaviour in line with manual and common expectations:
- In absence of MSPDEBUG_TILIB_PATH, the dynamic linker search
path is processed
- If MSPDEBUG_TILIB_PATH is specified, that directory is searched
- The original behaviour in case of an error is graceful fall-through
to letting the dynamic linker do its deed
- The behaviour is changed such that if MSPDEBUG_TILIB_PATH is specified,
only that path is being considered.
This is in line with both manual and common sense (otherwise one
could have just used LD_LIBRARY_PATH).
4 years ago
Daniel Beer
457c0c3f00
Merge pull request #73 from DanielO/msppath
Look for an env var to help find the MSP430 library
4 years ago
Daniel O'Connor
ea1b0ee7c9
Add manual page notes for MSPDEBUG_TILIB_PATH.
4 years ago
Daniel O'Connor
97e5cb63aa
Change name of variable to MSPDEBUG_TILIB_PATH to match existing style.
4 years ago
Daniel O'Connor
a2c48ed345
Don't use asprintf as it may not be available on all platforms.
4 years ago
Daniel Beer
44f31b27a5
Merge pull request #72 from DanielO/master
Detect macports to find hidapi and libusb.
4 years ago
Daniel O'Connor
65c0e5a440
Look for an env var to help find the MSP430 library
4 years ago
Daniel O'Connor
6c82bbf017
Detect macports to find hidapi and libusb.
4 years ago
Daniel Beer
f017df6781
Merge pull request #69 from tgtakaoka/simio-timer-b
[simio] support Timer_B
4 years ago
Tadashi G. Takaoka
8564f42b66
[simio] support Timer_B compare latch grouping
4 years ago
Tadashi G. Takaoka
c53f697b76
[simio] support Timer_B compare latch double-buffering
4 years ago
Tadashi G. Takaoka
f9f897e95e
[simio] support Timer_B
Timer_B is identical to Timer_A with the following exceptions.
1. The SCCI bit function is not implemented in Timer_B.
2. The interrupt vector word of TBIFG is different than TAIFG one.
3. The length of Timer_B is programable to be 8, 10, 12, or 16 bits.
4. Timer_B TBCCRx registers can be double-buffered.
5. Timer_B TBCCRx registers can be grouped.
This change implements 1, 2, and 3.
Double-buffering and grouping TBCCRx will be following.
4 years ago
Tadashi G. Takaoka
8db02ae3d4
[simio] Fix timer capturing by software
4 years ago
Tadashi G. Takaoka
d49dcefec6
[simio] Fix changing timer period
4 years ago
Tadashi G. Takaoka
b323849d8a
[simio] Add timer tests
4 years ago
Daniel Beer
844c322721
Merge pull request #71 from tgtakaoka/fix-disassemble
Fix repeated disassemble
4 years ago
Tadashi G. Takaoka
25959448ab
Fix repeated disassemble
- An odd disassemble length is rounded up to the next even length.
- A repeated disassemble starts from the next possible instrunction address.
4 years ago