This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

boot.asm and the 28335



We have a project for the 2812 where we took a copy of boot.asm and inserted some power on self test
code into it.

If I understand this correctly the library (rts2800.lib) contains this code and it is brought in
by the linker.

Nobody here is sure how we first got the copy of boot.asm. Anyway, we modified it and included it in
our project. The linker seems smart enough to then choose our copy as apposed to the one from the library.


I'm currently creating a similar project for the 28335 and want to do the same thing.  I'm starting
with the examples from SPRA958h and using DSP/BIOS 5.33.06.

These examples also appear to use similar to what's in boot.asm.  I would like to obtain a copy for the 28335.
I'm not sure if there are any differnces in a 2812 version versus a 28335 version.

Does anyone know how I might get the appropriate copy?  Can it somehow be extracted from the library?

Thanks