I have the NDK running on the EVM using CCS4 with Bios 5.4. I am now trying to make the EVM run with bios 6. then I will port the device driver.
I have it compiling with one issue. In ethdriver.c function Interrupt_init(), there is a function call to BCACHE_invL1pAll();
This file was originally from the Bios 5 driver. What's the correct way to get this working with sysbios? For example, I find this table from the Legacy App Note a little confusing for this particular module:
On the one hand the BIOS 6 Legacy Module is "None" but on the the other hand the Legacy API Support is "Yes". What's the distinction between these two? How do I get it to link?
Thanks,
Brad