I am using bios_5_41_10_36 to modify an example C5505 TCF file. I would like to disable the CLK Manager for my board.
According the the TMS320C55x DSP/BIOS 5.x reference guide I should be able to do this. "bios.CLK.ENABLECLK = false;"
I have been able to do this for other C55xx processors, so why do I get an error when I try to do this for the C5505?
Cheers!