C6472
SYS/BIOS 6.31.4.27
CCSv4
Is it possible to get log_printf to use DDR instead of LL2?
I'd imagine it would have to use un-cacheable DDR else the log_printf would be really slow (since it has to do a cache_wb()).
And, is it possible to get the loggerbuf to use memory from our heap? The reason I ask is because we are using one image, and having a large loggerbuf created in the .cfg results in a all cores having the same size loggerbuf. Only one of our C6472 DSPs is the "controller" dsp and needs a large buffer. Consequently, I'd like to be able to set the size real time based on the core ID. Getting its memory from heap frees the heap memory for other cores that don't need a huge loggerbuf.
Cheers
Eddie