Forum Post: RE: TCA6424 : Interrupt Functionaity for Long Press - Short Press...
Hi Hrishikesh,Sounds good.Thanks for your update.Could you please tell me which one is worked for you. So that it could help others right ?This one ?error = request_threaded_irq(chip->irqnum, NULL,...
View ArticleForum Post: RE: device-tree entry for pwmleds in linux3.12
Hi Titus,Thank you for reply,Yes, i had changed 1st parameter from '0' to '1', And when i do that i dont see any entries under /sys/class/leds/I get following message in bootlog,[ 2.409570] leds_pwm...
View ArticleForum Post: Bug in function Timer_setFunc()
Hello,I think I found a bug in Timer_setFunc(). It's present both in TI RTOS 2.01.00.03 and older v1.21.00.09 This function is implemented as followsVoid Timer_setFunc(Timer_Object *obj, Timer_FuncPtr...
View ArticleForum Post: RE: Regarding Dual Encoding of 1080p
Hello,Please share the debug log when the hang appears:./loggerSMDump.out 0x9e400000 0x100000 allhttp://processors.wiki.ti.com/index.php/OMX_Viewing_Media_Controller_TracesBest Regards,Margarita
View ArticleForum Post: RE: Internet sharing using LAN
Hi Miroslav,There is a sample application provided in Linux SDK 7.0 to create the SW access point on WLAN so that internet connection will be routed from ethernet LAN to WLAN users.Likewise I would...
View ArticleForum Post: RE: Android phone tethering
Hi Miroslav,Yeah right I missed the EEM :)Thanks for the response.Regards,LYF
View ArticleForum Post: RE: NDK Port 2 support
While I'm adding questions, In the file cpsw_ethdriver.c, function Cpsw_HwPktPoll(). The for loop is going from 0 to the number of mac ports(which is normally one) minus 1. The first thing it looks...
View ArticleForum Post: RE: How to allocate memory on DSP based on codec engine in DM3730
You previously mentioned that malloc() works. When using DSP/BIOS, all malloc calls are in routed to MEM_alloc using the location configured by "MEM.MALLOCSEG". Calling Memory_alloc with params.seg = 0...
View ArticleForum Post: RE: Raw sockets for ARP: protocol 0x806
Hi Emmanuel,ARP is not one of the protocols excluded in the NDK reference guide. The NDK rejects 0x806 because it thinks incorrectly that 0x806 means IPv6. Please see RawEthSockPcbAttach() in...
View ArticleForum Post: RE: AM3359 Timer Resolution Problem
Hi Sachin,In a bare-metal solution (no OS) you should not have any problem obtaining your interrupts. However, when using an OS, there are scheduling and thread-safety mechanisms that need to execute...
View ArticleForum Post: RE: Ti-RTOS Controller Area Network (CAN)
Hi Stephen,With respect to hardware, DK-TM4C1123G EVM already has a CAN transceiver, please refer to the product page for the board schematics. This will help you determine what circuitry is needed on...
View ArticleForum Post: RE: Changing IP address after connection has made
Aviv,Can I see your code to change the IP Address after boot up?I need to do the same thing. Any help would be great.-Craig
View ArticleForum Post: RE: Bluetooth USB dongle SCO, L2CAP support for Beaglebone Black...
Hi Titus,I see. I'll try.Regards,TOMINAGA 'Tommy' Satoshi
View ArticleForum Post: RE: Using DMTimer1_1ms in SYS/BIOS
Hi Prad,What mechanism are you using to measure the timer time delay? Are you measuring the time between two consecutive Hwi's? Are you toggling a GPIO and seeing the output on an oscilloscope?...
View ArticleForum Post: RE: Aplication crashes when using two timers and I2C (EK-TM4C123GXL)
* UPDATE *Replaced the timer instance in the RTC module by calls to Task_sleep(). Still crashing.In the timer instantiation code "Timer_create()", replaced "Timer_ANY" by 4. Not crashing anymore.Tested...
View ArticleForum Post: RE: am335x_sysbios_ind_sdk_1.1.0.4 Can't Successfully Compile...
Hi David, Industrial SDK 1.1.0.4 is tested with CCS 5 and compatible RTSC components. To use it in CCSv6 , you have to update the RTSC components to latest version compatible to CCSv6. You can right...
View ArticleForum Post: RE: could not load UIA configuration to start system analyzer
Hi Janet,if i select the type JTAG as event transport, "Stopmode JTAG monitor" is not selectable and gray.Best regards,Stefan
View ArticleForum Post: RE: Does IPC 3.x support C6657?
J-breeze,The below wiki pages useful to get the migration information,http://processors.wiki.ti.com/index.php/Category:IPChttp://processors.wiki.ti.com/index.php/IPC_3.x_Migration_Guide
View ArticleForum Post: RE: Can I get a list of SYS/BIOS & IPC APIs that pass NULL?
J-breeze,However this discussion of thread can helpful for future readers, If you verified this thread.
View ArticleForum Post: RE: Setting mmc0 in Beaglebone Black for Wireless Connectivity
I'm sorry, but this forum only supports the software that comes with the official TI Sitara Software Development...
View Article