Forum Post: RE: Questions about DSPLINK.
Ramsey,Thank you for your support.The thread was marked as "solved" by me for a mistake.Yes, I already looked at the loop samples.Unfortunately I was forced to switch to another thread.As soon I can...
View ArticleForum Post: RE: TI-RTOS TM4C129 Http Server
Hi Todd,When the server doesn't work I have:With static IP -> rxCount: 0, rxDropped: 0, txSent: 1 and txDropped: 0;With DHCP after fault -> rxCount: 0, rxDropped: 0, txSent: 4...
View ArticleForum Post: RE: MessageQ with C6678 - communication problem
Hi,Take the reference code for messageQ at: C:\ti\ipc_1_24_03_32\packages\ti\sdo\ipc\examples\multicore\evm667xRefer the message_multicore.c , message_multicore.cfg and readme.txt. See the E2E...
View ArticleForum Post: RE: Swapping bit pattern in 18 bit LCD running on Andorid
Moving to Android forum.Best regards,Miroslav
View ArticleForum Post: RE: pci_disable_msi Oops Bug
Eric,Rasersakan messaged me and said that you would be working with me to try to solve this issue. Has there been any resolution? This is causing serious delays in our development.
View ArticleForum Post: RE: UART2 , UART4 on starterware
Hi Terry,Currently the beaglebone platform code does not have support for UART2 and UART4 instances. You can refer the UART0 Pinmux and Clock functions defined under platform\beaglebone\uart.c or...
View ArticleForum Post: RE: Configuring the Noise Filter in the preview engine in the AM3703
Hi Miroslav,We are using WinCE 6.0.Thanks,Salim
View ArticleForum Post: Starterware AM335x Ethernet(CPSW) Subsystem
Dear Team, I am Working on a project which mainly concerns about the Ethernet.I am in a position to understand the Porting of LWIP in AM335x of starter ware . I have few queries...
View ArticleForum Post: RE: EVMK2HX IPC setup/build issues
Chris,After fixing the BIOS path in my products.mak file I'm able to build all of the IPC examples and libraries. I then did the following:make -f ipc-linux.mak prefix=/opt/ti_ipcscp <all files in...
View ArticleForum Post: RE: Jffs boot error
It was only a matter of wrong bootargs. strange that I did not caught it before.........bootargs 'console=ttyO0,115200n8 root=/dev/nfs...
View ArticleForum Post: RE: where is loadmodules.sh?
Hi Tirtus,Can you please tell me Bydefault path for CMEM config file?Regards,Dasari
View ArticleForum Post: RE: Getting Started with IAR & MSP430 TI-RTOS
Jim,the output you posted does not really contain the actual error message. Have you noticed any additional pop-up window with an error message?There was another IAR-related thread where the actual...
View ArticleForum Post: RE: AM335x + SMSC 9303 ethernet connection loss
I've tried the 3.12 kernel in the TI SDK. It has the same issue of lost Ethernet connection.The Tracer is not enabled in the 3.12 Kernel Configuration so there is no error message.
View ArticleForum Post: RE: How to change direction of a GPIO port in TI-RTOS?
Hi Lucas,The TI-RTOS GPIO driver does not support configuring the GPIO pin direction. If you need to modify the direction for a particular pin at runtime, you will need to directly use the driverlib...
View ArticleForum Post: RE: Why SWI_disable or SWI_enable cannot be called within a HWI...
Hi Robert,I went through the DSP/BIOS source code and it looks like it should be ok to call SWI_disable/enable pair from within a HWI thread. It is important to ensure that both SWI_disable and...
View ArticleForum Post: RE: UART2 , UART4 on starterware
Thanks for you help.http://e2e.ti.com/support/embedded/starterware/f/790/p/356981/1254943.aspx#1254943 regardsterry
View ArticleForum Post: How to use dsp core under android in dm816x
Hi, I have a android OS on the platform dm8168 , but the dsp core cann't work without drv_rdk or ezsdk under android. I wonder whether there is sdk under android which tells me how to communicate with...
View ArticleForum Post: RE: [Question] DHCP client IP time out period depends on switch
Todd, Basically, my application runs DHCP service before main function. DHCP service is running when TI-RTOS is set up to MCU. So I think any task can not interfere with DHCP service because task...
View ArticleForum Post: RE: VOLIB CCS4 RTSC
Hi Sasha,Thanks...I have created a new thread and here is the link:http://e2e.ti.com/support/dsp/c5000/f/109/p/357914/1256419.aspx#1256419
View Article