TMS320C5X DGTL SGNL PROC STARTR'S KIT: Difference between revisions

From Proghq
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 7: Line 7:
TMDS3200051
TMDS3200051


== 3.5 floppy ==
==Dumping memory==
[[File:TMS320C50 mmap.png|thumb]]
First test: dump debug monitor
 
From DSK.DOC:
 
  3) The debugger kernel is located from 0x840-0x980
    in SARAM configured as Program & Data memory! Please
    DO NOT modify RAM & OVLY bits
 
Note ROM/DSK5D.I0:
 
:20808000000000000934013A0001BC00BE465D070834BF800000902A9028B5008B8DE000A9
 
Start debugger:
 
  CD DSK
  DSK5D
 
Move data display to 0x0840:
 
  DMA 0840
 
Which should give:
 
  0934 013a 0001 bc00 be46 5d07 0834
 
Now save to file:
 
  SFX
  0840
  0980
 
 
==3.5 floppy==
I was able to get the software running w/ the dev board:
 
*Default settings (ex: 19200 baud)
*freedos_1.2 VM
*VMWare Workstation Player 16.0.0 build-16894299
*Linux, Ubuntu 16.04 host
*9 VAC power supply
**Early tried to use 9 VDC supply since I think negative rail is only used for audio
*FT232 USB-Serial
**Using a high quality adapter like FTDI might be important since it requires unusual settings like 2 stop bits
 
I had some issues early on. After switching to FTDI and 9 VAC is started working
 
===File list===
A few files for quick reference:
 
*[[TMS20C5X_DGTL_SGNL_PROC_STARTR%27S_KIT_DSK.DOC|DSK.DOC]]


  ./APPS
  ./APPS
Line 40: Line 91:




== 5.25 floppy ==
==5.25 floppy==


Unfortunately data is damaged. Gave to Foone for imaging, waiting to hear back
Unfortunately data is damaged. Gave to Foone for imaging, waiting to hear back

Latest revision as of 05:14, 17 October 2020

Came with a 5.25 and a 3.5" floppy

14 NOV 94

2617681-6741

TMDS3200051

Dumping memory

First test: dump debug monitor

From DSK.DOC:

 3) The debugger kernel is located from 0x840-0x980
    in SARAM configured as Program & Data memory! Please
    DO NOT modify RAM & OVLY bits

Note ROM/DSK5D.I0:

:20808000000000000934013A0001BC00BE465D070834BF800000902A9028B5008B8DE000A9

Start debugger:

 CD DSK
 DSK5D

Move data display to 0x0840:

 DMA 0840

Which should give:

 0934 013a 0001 bc00 be46 5d07 0834

Now save to file:

 SFX
 0840
 0980


3.5 floppy

I was able to get the software running w/ the dev board:

  • Default settings (ex: 19200 baud)
  • freedos_1.2 VM
  • VMWare Workstation Player 16.0.0 build-16894299
  • Linux, Ubuntu 16.04 host
  • 9 VAC power supply
    • Early tried to use 9 VDC supply since I think negative rail is only used for audio
  • FT232 USB-Serial
    • Using a high quality adapter like FTDI might be important since it requires unusual settings like 2 stop bits

I had some issues early on. After switching to FTDI and 9 VAC is started working

File list

A few files for quick reference:

./APPS
./APPS/APPS.DOC
./APPS/DSK5D.PRM
./APPS/DSK_SPEC.ASM
./APPS/DSK_SPEC.DSK
./APPS/DSK_TWID.ASM
./APPS/FUNC.ASM
./APPS/FUNC.DSK
./DSK
./DSK5A.EXE
./DSK5D.EXE
./DSK5D.PRM
./DSK5L.EXE
./DSK.DOC
./DSKINSTL.BAT
./INSTALL.DOC
./README.1ST
./README.TXT
./ROM
./ROM/BOOT.CMD
./ROM/DSK5D.ASM
./ROM/DSK5D.CMD
./ROM/DSK5D.I0
./ROM/DSK5D.OBJ
./ROM/DSK5D.OUT
./ROM/ROM.DOC
./SELFTEST.ASM
./SELFTEST.CMD
./SELFTEST.OUT


5.25 floppy

Unfortunately data is damaged. Gave to Foone for imaging, waiting to hear back