# HG changeset patch # User Mychaela Falconia # Date 1570400710 0 # Node ID 5a0ddb29c58eb31a864e531600dc4cdc146554fd # Parent ed403a239ec6a871ce65b1e7379d801e7d0e9fe1 targets/dsp34test.{conf,h} created for DSP 34 experiments diff -r ed403a239ec6 -r 5a0ddb29c58e targets/dsp34test.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/dsp34test.conf Sun Oct 06 22:25:10 2019 +0000 @@ -0,0 +1,21 @@ +# TI's TCS211 program supported 3 different Calypso silicon versions on their +# D-Sample and Leonardo boards: C05B (CHIPSET 8, DSP 33), early C035 +# (CHIPSET 10, DSP 34) and final C035 (CHIPSET 10, DSP 36). In FreeCalypso +# we generally work only with the last chipset (final C035), but we would like +# to support the two earlier ones as well, if possible. C05B has been partially +# exercised on the Mother's D-Sample board (non-functional Clara RF, no genuine +# tpudrv10.c source and too many unknowns), but the early C035 version with +# DSP 34 has not been tested at all yet. +# +# The Mother plans on testing the early C035 version of Calypso by populating +# a D751774A chip on an FCDEV3B and trying out the resulting combination; +# the present dsp34test fw build is to be flashed into those modified FCDEV3B +# boards. + +CHIPSET=10 +DSP=34 +RF=12 +LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_pirelli_flash.template +RAM_LINK_SCRIPT_SRC=src/cs/system/template/gsm_ds_pirelli_ram.template +FLASH_BASE_ADDR=0 +FLASH_SECTOR_SIZE=0x40000 diff -r ed403a239ec6 -r 5a0ddb29c58e targets/dsp34test.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/dsp34test.h Sun Oct 06 22:25:10 2019 +0000 @@ -0,0 +1,1 @@ +fcdev3b.h \ No newline at end of file