Forum Post: RE: Why I can't put the Physical Address from ARM to DSP
Hi Steven,Could you try using Memory_alloc() to allocate the buffer instead of malloc()? Please look at image1_copy app.c to see how this is done. If you were allocating a large buffer with malloc(),...
View ArticleForum Post: RE: Why I can't put the Physical Address from ARM to DSP
Dear Janet,Sorry, I found I was wrong, because I use the memcpy function at main.c,this is not successful, because it copy the value, but I want copy the physical address,inPtr =...
View ArticleForum Post: RE: from where the framebuffer is loading data in AM335x EVM
hi..it is AM335x EVM board.. running with Android 4.0.3. kernel version 3.5....
View ArticleForum Post: RE: AM3357 (TI-ARM EtherCAT Slaves device) EEPROM Emulation problem
Hi,Thank you very much for detailed explanation. Our validation team is able to reproduce this now in a different PC. From the initial analysis, it looks like a race condition, we will get back as soon...
View ArticleForum Post: RE: OMX: Creating a custom OpenMax component
Hi Sidharth,I have a requirement to create a custom VENC component which will run on HDVICP2 of DM8168. Could you tell me some starting point?Best RegardsJK
View ArticleForum Post: RE: TI-RTOS PPP not linking
Hi Barry, thanks for the reply.As far as I can see in NDK 2.23.2.3 (which I will assume is the same as 2.23.1.1 for our purposes...I just instinctively download the latest then saw that I had...
View ArticleForum Post: RE: OMX: Creating a custom OpenMax component for VENC on IVAHD
These links are not much helpful. I am looking for code example to start with, on how to create a custom VENC component which will run on HDVICP2.REgardsJK
View ArticleForum Post: RE: DSP/BIOS SECTION
Hi everyone I am using TI-RTOS version 2.0 on code composer studio v5.5 to build my application. Please tell me where can I find the API reference guide for TI-RTOS for eZdsp F28335 board.? I have to...
View ArticleForum Post: Android Beaglebone black GPIO APK not functioning
Hi Everybody,We have with us a BeagleBone Black rev B. We have TI's pre-built JB 4.2.2 image running on it.We also have CCSv5 installed on our Ubuntu laptop, and are able to connect and load sample...
View ArticleForum Post: RE: questions about h264hpvenc runs on a single core except core...
Hi jingshuaiI hope you are assigning different EDMA instance to encoder and decoder for EDMA3_PARAMS.regionConfig settings in application.Any interrupts/timer events are defined for input/output data...
View ArticleForum Post: RE: MessageQ Invalid queueId
Hi,Did anybody meet the same problem before? I am blocked and have no idea to solve it. Could it be wrong in .cfg files?
View ArticleForum Post: RE: SYS/BIOS Ind. SDK PHY address problem
Vinesh,Yes, the PHY address 0x13 is chosen because of the SYSBOOT bootstrap resisters on the AM3357. We do not have the ability to disconnect SYSBOOT resistors while PHY is booting. And this results in...
View ArticleForum Post: AM335x PCF8575 Programming
HelloI have PhyBoard-WEGA-AM335x and I'm testing its connection to PCF8575 I2C I/O expander.I can use it in userspace with i2cset and i2cget, but I have no idea how to program it on C.Could somebody...
View ArticleForum Post: RE: Slower processing after days running
Hi Margarita, Thanks for your help. I am using the EVM yes, let me find some way for your to reproduce the issue, I will let you know,-David
View ArticleForum Post: RE: MessageQ and IPC problems
Hi Ronny,I'm glad to hear your configuration issues are solved. I'm not sure what 'payloadSize' in your code is, but maybe that is incorrect. You could try passing sizeof(MyMsg) to MessageQ_alloc()....
View ArticleForum Post: RE: MSP430F5419A ENV.h file
Hi Ben,what version of TI-RTOS are you using? There is a bug id (SDOCM00108100) assosioated to the ENV.h to have the need to define each individual MSP430 device removed.You should be able to just add...
View ArticleForum Post: RE: CCSv4 project changes to migrate to CCSv6
Hi Eddie,To use System Analyzer for viewing Logs, UIA loggers should replace LoggerBuf for the SysBIOS, Main, and Load logging. So you really don't need LoggerBuf in your code. I'm just not sure...
View ArticleForum Post: RE: Ipc_stop timeout
Hi Chengyang,You could try adding some print statements on the Arm side of your application to narrow down where this warning is coming from. You could also start over with the messageQ example, and...
View ArticleForum Post: RE: Problem with audio recording on TI AM335X EVM.
I am running into the same problem as posted by Surendra.When I played back the file recorded on am335x on a PC host, it is the same result. No audio heard (just backgroud noise, eventhough I was...
View ArticleForum Post: RE: IPv6 Static IP regarding IPv6InterfaceInit function
Hi Ronie, please where can I find such examples working with IPV6?I use CCS on a PC with Windows 7 and I want to send and receive some data with that PC using an IPV6 interface, i don't know to do that...
View Article