Forum Post: RE: CC3000 TCP client connect() problem
Vikram,I'm using TI-RTOS 2.00.02.36. For J13, I connect pins 1 and 2. For J1, I connect pins 2 and 3.If I run the client code alone, there is no problem. But it is not a reliable process. Because,...
View ArticleForum Post: RE: Bluetooth USB dongle SCO, L2CAP support for Beaglebone Black...
Hi Satoshi,[quote]I can find only following lines under "Bluetooth subsystem support" by "make ARCH=arm menuconfig" with SDK 7.00.00.00.< > RFCOMM protocol support< > BNEP protocol...
View ArticleForum Post: RE: EVMK2H: Newer Linux Kernel?
This does not help me much. TI offers only 3.10.10 even with git.And I know, that there are some USB-3 fixes in 3.16, which I want to use.Porting USB-3 from 3.16 back to 3.10 is a lot of effort.Does...
View ArticleForum Post: Measure Network Performance in EVMSK
Dear Team, We would like to measure the Network Performance(throughput) of Gbps operation in EVMSK.Our test approach is connect the two Computers to Ethernet Ports of EVMSK. EVMSK...
View ArticleForum Post: RE: Ubifs problem: ubi_read_vlime_table: the layout volume was...
I use sd card and the cmd is :mmc rescan 0;mw.b 0x81000000 0xFF 0xA00000;fatload mmc 0 0x81000000 ubifs_ipnc.bin;sf probe 0:0;sf erase 0x002E2000 0xA00000;sf write 0x81000000 0x002E2000 0xA00000
View ArticleForum Post: AER FDNLP corrupted output
HiWe are integrated the AER library with the following setup:sample rate: 8kHz (all I/O)version: 17.0.0.0processor: c6748We have followed the example code to create a similar simulation environment and...
View ArticleForum Post: RE: C66x H.264HP encoder - Noise clips generate big GOP size
Hi Dongning,In general high frequency suppression is used to improve quality, not in this kind of use case.It is possible to reduce bitrate for these noise sequences by suppressing high frequency...
View ArticleForum Post: RE: Question about EDMA initialization
I notice that Uart use FIFO mode from EDMA configuration codes, but what trigger level in the Uart FIFO mode is? There is no doc about it yet. I would like to set it to 1 for a controllable send out 1...
View ArticleForum Post: RE: H.264 decoder fails to run with HEVC encoder
Hi Paula,I have problems running H.264 HP decoder and HEVC encoder on the same chip.Regards,Andrey Lisnevich
View ArticleForum Post: RE: Kernel Debug
Hi Ali,Could you please share your complete bootup log (if you got something in console) and bootcmd & bootargs.Are you getting any console print messages after "uncompressing kernel" ?Just check...
View ArticleForum Post: RE: DHCP Client not working on CPSW NDK build
Hey Vinesh, I took your suggestion about step 9 and was able to get the OS drivers to build. I walked through a lot of code, but am still getting several errors on the DHCP client. The three issues...
View ArticleForum Post: RE: Code Composer tconf
Hi Michael,The newer versions of xdctools (v3.25 and later) does not support tconf tool anymore. But you still can use DSP/BIOS with CCSv6 if you install latest version of DSP/BIOS. The latest version...
View ArticleForum Post: RE: MSP430 "_low_power_mode_4()" not working
You would like to change the mode at runtime if I have understood it correctly. Yes, this can be done. TI-RTOS kernel (SYS/BIOS) allows changing the power mode at runtime through the Power module...
View ArticleForum Post: RE: Anyone having issue "smsc95xx 1-2.1:1.0: usb0: kevent 2 may...
Hi,You can try by setting"turbo_mode" variable on the path "kernel/drivers/net/usb/smsc95xx.c" to false value. The default value of this variable is true and set smsc95xx work in turbo mode. (static...
View ArticleForum Post: RE: msc95xx 1-2.1:1.0: usb0: kevent 2 may have been dropped
Hi,You can try by setting"turbo_mode" variable on the path "kernel/drivers/net/usb/smsc95xx.c" to false value.The default value of this variable is true and set smsc95xx work in turbo mode. (static...
View ArticleForum Post: RE: Build Fail: Intro to TI-RTOS Kernel Lab 5 [EK-TM4C123GXL]
Krithik,Can you please provide more information: TI-RTOS version, lab # (i.e lab 4 or lab 5 ...) ?Vikram
View ArticleForum Post: RE: MLO stuck
Hן PrabhakarתI found older version of ezsdk from which I can boot the custom board with the comoiled MLO. I wonder what changes took in the newer ezsdk/rdk versions which defect the startup in the...
View ArticleForum Post: Grace 3 does not initialize PxOUT
In the comment and code extracted below, it is clear that this routine SHOULD set the PxOUT registers, but it does not in Grace 3.0. The previous Grace 2 routine GPIO_graceinit did set these registers....
View ArticleForum Post: RE: How to upgrade U-Boot/UBL from Linux
Hi Titus,Another quick update. I did try using the following partition map in Linux:{ // partition 0 .name = "u-boot", .offset = 0, .size = 4 * SZ_128K, //.mask_flags = MTD_WRITEABLE, .mask_flags = 0,...
View ArticleForum Post: RE: CC3000 TCP client connect() problem
Turan,I am not sure if it is due to the connection speed. From the output, it looks the connect went fine and you were able to send and recieve data. I suspect insufficient stack size allocated. Can...
View Article