Part Number: TMS320C6713B
Tool/software: TI-RTOS
Hi,
I have a project (without BIOS) for C6713 processor. I am trying to port code written for C6713 DSP processor from baremetal to DSP/BIOS v5.31.2 based. I have few ICs (CAN controller etc.) mapped on CE0 space of c6713. When i configure them using the old code (without bios) it works fine but when i try to initialize these from main while BIOS configuraiton files included to the project, the CE0 space doesn't seems to be configuring external devices on CE0. Following is rough code:
int main () {
//initialize CE0 space for asynchronous memory access
initCE0();
//BIOS_start(); ---> to be called by the kernel.
}
I am totally confused what's the connection b/w BIOS kernel and CE0 EMIF space. Do i have to do some memory configurations in the .tcf config file for CE0??
I compared register setting for both code for CE0 of EMIF. both are same.
Impatiently waiting for your kind response.
Kind Regards,