Part Number: TMS320C6745 C6745 program crashes after executing the statement "pll0 - > pllctl | = 0x1". The "pll0 - > pllctl | = 0x1" statement means that the pllen bit of the pllctl register is written to 1.
Things to check on your board are the clocks, resets, and power. If the inputs to the device look good, check the PLL programming/configuration.
--Paul
Part Number: TMS320C6745 Other Parts Discussed in Thread: SYSBIOS I'm using sysbios with NDK.
My application has an "always active" task and several semaphored task.
NDK creates 1 TCP Daemon and 1 UDP Daemon.
On any activity on the socket…
Part Number: TMS320C6745 Other Parts Discussed in Thread: OMAP-L137 , DP83640 , , TEST Using the evaluation board "OMAP-L137", we achieved an ethernet sustainable rate of 30 Mbps, far from the theoretical maximum of 100 Mbps. Can it be due to limitations…
Part Number: TMS320C6745 Hi,
there is a strange implementation in uart_v0.c in the pdk.
In case of error, the interrupt callback calls a function to manage the error:
static void UART_v0_hwiIntFxn(uintptr_t arg) { UART_Handle handle = (UART_Handle)ar…
Part Number: TMS320C6745 Other Parts Discussed in Thread: SYSBIOS In my project i need to restart the cpu.
Why this?
I use NDK and the user of the system can change:
- IP
- Gateway
- Ports
- Active service
The fastest and secure way to do this for me is…
Part Number: TMS320C6745 Hi, i am using TMS320C6745.
I am seeing that most of functions of the official C674x dsplib are quite "general purpose", in the sense that they are compiled under few operating hypothesis. In particular, the batch size N is often…