I am using the following tools:
Window 7 – 64bits
Zoom OMPL-138 eXperimenter Kit – TMS320C6748 SOM-M1
XDS560v2 STM
CCS 5.4
bios_5_42_01_09
pspdrivers_01_30_01
edma3_lld_01_10_00_01
I made the CCS Project with “DSP/BIOS V5.xx Examples – evm 6748 examples – tsk examples”.
I set *.tcf file for use UART Driver and added some codes. I insert UDEV Module in User-Defined Devices, and filled properties the following :
Init function: _user_uart2_init
function table ptr : _Uart_IOMFXNS
function table type : IOM_Fxns
device id : 0x00000002
device params ptr ; _uartParams
I success compiling and linking
I load the Output file in the EVM Board and I started debugging , Debugging stop after user_uart2_init function and before main function . I tracked the code with CCS. I found the fact that stop in the PWRM_setDependecy() in the uartMdBindDev() Function.
I want to know why stop in that function. How can I resolve?
Thank you.