Forum Post: RE: call MessageQ_put twice then error
Hi,Can you include code snippets for the two cases? (1) the failure case from Core0 to Core1 (2) success case from Core0 to Core1. Please include the relevant MessageQ API calls and the IPC setup...
View ArticleForum Post: RE: How do you queue up multiple transfers using ECPY?
Great. Thanks for the follow-up!
View ArticleForum Post: booting Android JB 4.2 image on Beaglebone Black
Hello,I am receiving following bootlog while booting TI JB 4.2.2 android on my Beaglebone Black: [last lines of bootlog][ 3.687469] adb_bind_config[ 3.716918] adb_open[ 3.720550] mmc1: new high speed...
View ArticleForum Post: RE: Lost access to DSP memory space (globally mapped)
In Technical Reference Manual given Wake Up procedure. it's procedure performed in kernel space under linux, because you can getaccess to DSP registers.
View ArticleForum Post: Standalone application from u-boot on PandaBoard ES Rev B2
Hello,I am getting an "undefined instruction" exception while executing hello_world application. My Panda board gets booted from SD card and then hello_world.bin is loaded to location 0x82000000 using...
View ArticleForum Post: RE: Am335x Ethernet application question
Hi Ramesh,Thanks for your reply.Run the StareWare Demo ,i capture four dhcp frames(discovery,offer,request and ack). and i wonder where the data value in frame were assigned befor send ? in other...
View ArticleForum Post: Error status 0x00000402 when doing decoding with mpeg2 decoder
Hi expert, I have difficulties in integrating mpeg2 decoder in my framework. The lib version is 02.02.00.02. And the platformused here is c6678. I run it on the corepac0. When I run the...
View ArticleForum Post: RE: AM3359 SDK 1.1.0.1 Cycle too Small
Hi,we are using sdk 1.1.0.3, ecat appl on ICE Am3359EtherCAT operates in 3 modes1)Free Run (Asynchronous mode)2)SM-Sync (Synchronous mode)3)DC-Sync mode1) How is the ethercat application differentiate...
View ArticleForum Post: RE: Access to applications from Google Play
If you have apk of the game, you may copy on to the sd card and install it.For example (assuming you app is /bin/Game.apk : -# pm install /bin/Game.apkRegards,Aditya
View ArticleForum Post: Change Nand Flash in AM1808
hi,I am using AM1808, we have developed custom board in that we have migrated NAND flash to MT29F2G08ABAEAWP, I have burned the ubl_AM1808_NAND.bin and u-boot.bin files in nand using sfh_OMAP-L138.exe...
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi Andery,With elementary stream shared, we expect for first few frames decoder will return with error codes, but decoder is not returning any error codes and it is decoding properly.Attached library...
View ArticleForum Post: McAsp0 and OPP50
Hello,in the PinMuxRelease_Notes.txt I found this remark: "9. Pin Multiplexing: Valid IO Sets and Restrictions (AM335x device only) ... MCASP0 Interface Operation of MCASP0 is not supported...
View ArticleForum Post: RE: NC_NetStart with IPV6 not working
Hi Steven, sorry for the more than a month late response, I had to do another tasks.I put the breakpoint in the function, as it is in the picture:My IPV6 address it's the following:And I pinged this...
View ArticleForum Post: RE: udps.RcvFull and task switching
Hi Eric,Just checking in. Any progress on this issue?
View ArticleForum Post: AM335x avoid disabling GPIO banks 1-3 in suspend
I would like to keep GPIO banks 1-3 active during suspend to maintain state on the output pins. I've found that the GPIO_OE register is reset to all inputs after resuming from suspend and GPIO outputs...
View ArticleForum Post: RE: Linker command file: Mark memory area behind code for usage?
It works - great, thanks!
View ArticleForum Post: ECPY_configure is slow + what does ECPY_directConfigure do?
1) I'm finding ECPY_configure to be very slow. I'm queuing up 2 transfers as in the code below, and I find that the calls to ECPY_configure block for quite a long time. How do I resolve this?Int...
View ArticleForum Post: RE: TIRTOS Heap Problem
Ben,The linker errors you are getting is because there is not enough space to fit your increased heap size into the memory map.I don't think you can create a heap of size 40,960K. The Concerto board...
View ArticleForum Post: RE: Assert in a custom module
Sasha,It only hasimport xdc.runtime.Assert;import xdc.runtime.Diags;@ModuleStartupmodule Timestamp inherits ...
View Article