Forum Post: RE: Looking for sleep function for procedures running under BIOS
Alan, What I understand from your post is, If I have TaskA and TaskB w/ priority 1. Then the program enters TaskA,then I use Task_setPri to give TaskA a priority of 2. call Task_sleep for X ms.If...
View ArticleForum Post: RE: HAL Timer correct usage help
Great, I think I have my Clock system in place, thank you very much!
View ArticleForum Post: RE: NOR flasher hangs on ICE board
Vladimir,What do you mean by you are trying to access it after initialization? By toggling the GPIO's, you should see information in 512k blocks in the CCS Memory browser. i.e., when you...
View ArticleForum Post: RE: Integrating G729 & ECU codecs in the OMAPL138 DVSDK
Hi Buga,The DVSDK does not support the ELF format. I'd suggest you upgrade to a newer SDK. I googled around and found this: http://www.ti.com/tool/linuxsdk-omapl138. The MCSDK appears to be the newest...
View ArticleForum Post: RE: ICE Board :Max. data transfer rate with Ethercat stack
Hi,What version of Industrial SDK are you using?You can change Clock.tickPeriod = 100 in app.cfg. This will change sleep interval to 100us, Then you need to adjust OS_TICKES_IN_MILLI_SEC for all the...
View ArticleForum Post: SDIO CLK disabled on CMD pin direction change?
Hi,Looking at SDIO CLK on the oscilloscope, it seems the clock is disabled for 1-2 cycles at the beginning and at the end of a command (command 52 read in this case, if it matters). Since the...
View ArticleForum Post: RE: RTOS NDK file modification / IPv6 User IP Setting
Ronie,Yes. You can make changes to ipv6.c. Afterwards you'll have to rebuild TI-RTOS to have you changes take effect.The instructions for doing this are in section 8.1.1 of the TI-RTOS user's guide.Alan
View ArticleForum Post: RE: OMAPL-138: Service PRD_Tick() externally
Hi Alan,Excellent, Thank you very much for all your help.Thanks,Arya B.
View ArticleForum Post: RE: Is NotifyDriverCirc_numMsgs same as Notify_numEvents?
Hi j-breeze,NotifyDriverCirc_numMsgs is specific to the NotifyDriverCirc module. It determines how many slots there are in the circular buffer, hence determines the size of the it.Notify_numEvents is a...
View ArticleForum Post: Wi-Fi: BlueGiga WF111 SDIO Driver for AM335x Problem
Hello!In my custom board I have a BlueGiga WF111 chip connected to the MMC2 bus but I'm having a LOT of trouble trying to make its driver recognize the wireless card. So far nothing worked and I can't...
View ArticleForum Post: RE: TI-RTOS release compilation : Error[e46]: Undefined external...
Cederic,IAR's release runtime libraries do not support low I/O operations. Hence, the API printf(), putc() cannot be used in release mode. In your case, the __write function is referred by putchar...
View ArticleForum Post: RE: Using the C6748 secure kernel in DSP/BIOS
[quote user="ReinierC"]I was in fact wrong here, I had assumed it was a UTL_halt() call, where it is in fact a run-into-the-weeds case. The main() function would finish executing and in the process of...
View ArticleForum Post: RE: C6678 64-bit shared timer CSL + SYSBIOS
I tried and the monocore also works on Core 1[C66xx_1] new countLo = 7805 | new countHi = 3333 after wait countLo = 9588 | countHi = 3333The issue is elsewhere.Clement
View ArticleForum Post: RE: How to enable SRIO interface in TCI6638K2K Evaluation module/...
I wonder have you seen/tried this?https://git.ti.com/keystone-linux/linux/blobs/9034d63c8cb90ec99f445d84fb9431d688541c69/drivers/rapidio/devices/keystone_rio.cI think it is worth of analyse...br,jv
View ArticleForum Post: RE: Accessing EMIF bus from User Space Keystone II EVM
Hi William,I am working on your query, will post my suggestion early next week.Thank you for your patience.
View ArticleForum Post: RE: TI6638 kernel module in Arago project.
Hi JV,Have you tried clean build?The yocto build should have downloaded the Linux source under yocto work directory for building. Please move that linux source directory and try building the linux...
View ArticleForum Post: RE: Beagleboard-xm DM37x Android 4.0.3 (ICS) where video doesn't...
hi Aslami am stuck with the same kind of problem.while playing video from www.youtube.com i am able to listen audio but not able to see video.from logcat i saw this errorE/libEGL : call to OpenGL ES...
View ArticleForum Post: RE: ICEv2.1 can not get IP Address in ethernetip_adapter demo
Nijin-san, Prajith-san,Thanks!! Your advises are very helpful.[quote user="Prajith Jayarajan"] I changed the AM335x frequency to 300 MHz and was able to obtain the IP address via DHCP. Are you using...
View ArticleForum Post: RE: Does c66x_mp4venc_02_04_01_02_ELF support non-standard Video...
Hi jiang,Yes, Mepg4 encoder version C66x_mp4venc_02_04_01_02_ELF will support encoding non-standard video resolutions.Can you please share the configuration used and test clip to replicate the...
View ArticleForum Post: RE: Integrating BIOSPSP Uart driver into omap-l138 command line...
Hi,I was wrong about several things on this posting. The uart initFxn was getting called. It did not appear that it was because when linux was brought up on the ARM side, there were several clock...
View Article