Forum Post: wl1271 driver in imx6 sabre sdp
Hello All, I am using imx6 sabre sdp for my development . I need to implement wl1271 driver in imx6. So, i need the necessary changes to be done in the source file to build .ko ....
View ArticleForum Post: RE: H264 encoder target bitrate para
Krisztián KAUTH,KAUTH : We tried blocksize, qpI/qpP values etcSantosh : These values are honoured only and only if your presets of corresponding master parameter(like rateControlPreset,...
View ArticleForum Post: RE: AM3359 SDK 1.1.0.1 Cycle too Small
Bindu,the default Sys/Bios task cycle time is 1ms. So your measurement may be limited by this. Can you try increasing the scheduler frequency or change the way you do the measurement?regards,
View ArticleForum Post: re- using of the H/W accelerator modules of DM8168 for SVC Encoder
We are seeking TI support for API details of accelerator modulesIs it possible to using the hardware modules(Like DCT,VLC coding,Deblocking filter, etc) seperatelyBala
View ArticleForum Post: TI-RTOS on MSP430F5338
We are planning to use TI-RTOS on MSP430F5338. I appreciate if some one could clarify following points :1. Does TI-RTOS supports MSP430F5338 ? TI says it supports MSP430F5xxx series. Not sure if it...
View ArticleForum Post: RE: Help to modify vpifmodeconfig function in vpif.c for...
Hi Thaker,I have just retested my own solutions and realized is easy to get mixed-up.To help I have attached the drivers.lib for debug and release.You must place them in:C:\Texas...
View ArticleForum Post: RE: BBB: Can't toggle GPIO1[1]
Hi Jyothi,thanks for your response.But what can I really do?Once again I installed Starterware and only created the libraries for debug mode.I thought the libraries I had created were faulty.Then I had...
View ArticleForum Post: RE: Ethernet connection fails when copying more than 2GB to a...
Hi,the problem was that if( 0x80000000 == (*TempStatReg & 0x31)) never becomes true in the Statistic Interrrupt Service routine.solution:VOID StatIntrHandler( NDIS_HANDLE MiniportAdapterContext ) {...
View ArticleForum Post: RE: TI RTOS Help needed
Hi Todd, This is going to my PC. I changed my IP - General Settings to match yours, but it's still not working. How do I provide a DHCP server? What settings should I be looking at on my computer?I am...
View ArticleForum Post: RE: Troubles building the samples for DK-TM4C129X : gmake : error 3
here it is ...what next ?thanks - schb
View ArticleForum Post: RE: Unable to handle kernel NULL pointer dereference at virtual...
Check the arguments & data structures that you are passing to the driver. Make sure that none of the pointers are 0.
View ArticleForum Post: RE: Ethernet connection fails when copying more than 2GB to a...
Thank you, Destiniy. I'll give it a try.
View ArticleForum Post: RE: I can not find a way to download Linux SDK for AM335x...
Hi,finally found this link:http://downloads.ti.com/dsps/dsps_public_sw/am_bu/sdk/AM335xSDK/05_06_00_00/Please guys, take more care of proper resource administration. I stick to TI for many years now...
View ArticleForum Post: RE: AM3359 SDK 1.1.0.1 Cycle too Small
Hi Frank,updated the clock.period in cnfg to 100u, but the behavior is same (limited to 1ms)Regards,bindu
View ArticleForum Post: How to use YUV Sensor on DM8127 using CAMERA_LINK_CAPMODE_DDR mode ?
Hi All I want to use YUV Sensor on DM8127 (RDK 3.5) using CAMERA_LINK_CAPMODE_DDR mode, and i always get same frames (all data is 0x80). But It's ok that I use YUV Sensor on DM8127 using...
View ArticleForum Post: RE: TI RTOS Help needed
Your setting are not going to work. Do the followingPCIP Address: 192.168.1.1Subnet Mask: 255.255.255.0Default Gateway: 0.0.0.0The TMDXDOCKH52C1 is set to,IP Address: 192.168.1.2IP Mask:...
View ArticleForum Post: GPMC can write but cannot read
I am using the gpmc to read/write fpga. And the fpga connect the cs to GPMC_CSN1. With the following configuration, when i write the fpga, the cs and we have the signal. But when i read the fpga, the...
View ArticleForum Post: RE: TI-RTOS on MSP430F5338
1) yes.2) The CDOC link to the table of devices supported by SYS/BIOS can be found by following the "Delegate Mappings" link in the ti.sysbios.hal.Hwi module's DETAILS section:...
View ArticleForum Post: call MessageQ_put twice then error
I develop a program in the help of "image processing" example. I find that when I use messageQ_put to send message to CORE2 from CORE0,the console displays "assertion failure: A_invalidMsg: Invalid...
View ArticleForum Post: RE: No privileged mode in main()
Martin, The mode (user/prev) is set by the startup code which runs before you get the control to main(). In StarterWare this is configured in init.s file (present in system config...
View Article