Reply by sabapathy_80 July 17, 20052005-07-17
Dear friends, I think, there is a mistake in CCS 2.21.00 help for
DSK_version example.
They have given "version=DSK_version();" instead
giving "version=DSK6713_version();" in the help document.
My project is now compiling, but I got another problem.
After load and run the program, it is stopping and showing the
diassembly as:
8002027C SDRAM$B:
8002027C 082EDF70 .word 0x082edf70
80020280 00000000 NOP
80020284 004FFFF0 .word 0x004ffff0
80020288 2A1EBE48 .word 0x2a1ebe48
8002028C FF833436 .word 0xff833436
80020290 AC2D5094 .word 0xac2d5094
-->80020294 128201EF .word 0x128201ef
-->80020298 ABE147BA .word 0xabe147ba
If anybody have ideas, please let me know.
Thanks & Regards,
P.Sabapathy



Reply by robert July 14, 20052005-07-14
Maybe there is a library you need to link in.

Robert

> -----Original Message-----
> From: c6x@c6x@... [mailto:c6x@c6x@...] On Behalf Of
> sabapathy_80
> Sent: Thursday, July 14, 2005 4:06 AM
> To: c6x@c6x@...
> Subject: [c6x] Problem with DSK_version() in C6713
>
> Dear All,
> I am developing audio processing project in C6713 Rev.C DSK.
> I am trying to get board revision using DSK_version() function in
> main.c file.
> But I am getting the error "error: symbol referencing errors -
> './Debug/app.out' not built" If I have DSK_version() function.
> I have included dsk6713.h file in main.c file.
> Code used for getting board revision:
> Int16 version;
> version=DSK_version();
> Any help will be gratly appreciated.
> Thanks,
> P.Sabapathy >
>
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.13/47 - Release Date: 7/12/2005



Reply by sabapathy_80 July 14, 20052005-07-14
Dear All,
I am developing audio processing project in C6713 Rev.C DSK.
I am trying to get board revision using DSK_version() function in
main.c file.
But I am getting the error "error: symbol referencing errors -
'./Debug/app.out' not built" If I have DSK_version() function.
I have included dsk6713.h file in main.c file.
Code used for getting board revision:
Int16 version;
version=DSK_version();
Any help will be gratly appreciated.
Thanks,
P.Sabapathy