Forum Post: How to allocate memory on DSP based on codec engine in DM3730
Hi,I am trying to allocate memory on dsp through Memory_alloc() function. This work is based on codec engine in DM3730, which is modified from the videnc_copy example. I made some changes in the (.tcf)...
View ArticleForum Post: RE: Problem with any TCP/IP or UDP – (udpEcho_TivaTM4C1294NCPDT)...
[quote user="Pat We"]Can't find a source file at "/home/xlibrary/trees/gnu/gnu-b14x/src/linaro/gcc-arm-none-eabi-4_7-2012q4-20121208/src/newlib/libgloss/arm/syscalls.c"[/quote]This error usually...
View ArticleForum Post: RE: AM335X devicetree and fixed phy
Hello and thank you for your efforts!In the previous SDK (without DT support ) I used the fixed-phy driver, which just gave me a simple function to add a fixed phy (this is because we have an FPGA that...
View ArticleForum Post: RE: CCS6 automatically updated, now project can't find...
David,can you post the complete content of the console output when building your project? The error message you are seeing is new to me. ExeContext.create() is a function, and there is no RTSC package...
View ArticleForum Post: RE: Installing gst-plugins into Sitara SDK v7.0
Thank you Margarita.When I run gst-inspect with the absolute path, I do get the description of the plugin .so that I called.When I run the GST_DEBUG=.... I saw that the gst-inspect-1.0 tool is looking...
View ArticleForum Post: RE: HeapBufMP_open hangs
Peter,I'm not sure what's going on here. Assuming both cores are setup to boot/start correctly. I know Code Composer Studio (CCS) does performs initialization on memory, clocks, etc. Could this be...
View ArticleForum Post: RE: mbx module under the full tree view couldn't found
Hi Cindy,Unfortunately, that view is no longer supported in the product. Actually, I should point out to you that the legacy support layer is being phased out, and it is highly recommended to use the...
View ArticleForum Post: RE: getting the DHCP IP address
Hi Mohamed,I'm wondering if there's duplicate entries for the IP address. Can you try calling the CfgGetEntryCnt() API to see what it returns?int numberOfInstances = CfgGetEntryCnt(0, CFGTAG_IPNET,...
View ArticleForum Post: RE: Solution for "create policy error" with task creation is hidden
Ray,When you are in the edit view for the post, you should see a little green icon, highlighted in red in below screen shot.Steve
View ArticleForum Post: RE: Scheduling not happening in TI RTOS
Hi Sankari Mirasi,Were you able to get past the above issue? If so, would you mind please marking the post as "verified" for closure?Thanks,Steve
View ArticleForum Post: RE: Build driverlib
Hi Bin Guo,Were you able to get past the above issue? If so, would you mind please marking the post as "verified" for closure?Thanks, Steve
View ArticleForum Post: RE: Deep Sleep Wake Source
Hi Steve 0,Were you able to get past the above issue? If so, would you mind please marking the post as "verified" for closure?Thanks, Steve
View ArticleForum Post: RE: Implementation of UART Driver APIs
Were you able to get past the above issue? If so, would you mind please marking the post as "verified" for closure?Thanks, Steve
View ArticleForum Post: RE: problem configuring 1us tick period with sysbios
Hi Aitor,Setting the tick period to 1 us is too short. Assuming that the the TMS320F28335 is running at 150 MHz, the clock will tick every 150 cycles. If you take a look at the SYS/BIOS benchmarks...
View ArticleForum Post: RE: TI RTOS 2.0.1.23 SPI and UART Driver Support for C6748
Hi Chris,Peripheral drivers are not offered for the C6748, thus they do not appear in the graphical configuration page (see: Release Notes). However, within the aforementioned directory, you can find...
View ArticleForum Post: RE: Problem with any TCP/IP or UDP – (udpEcho_TivaTM4C1294NCPDT)...
Hello EmmanuelThanks for your response:Firstly I have installed:https://launchpad.net/gcc-arm-embedded/4.7/4.7-2012-q4-majorreading suggestion form the first response, but that didn't solve the...
View ArticleForum Post: RE: NDK - two network interfaces on one DSP (two IP addresses)?
Hi Steve,Thank you for your advice and filing the request. I understood it.Regards,j-breeze
View ArticleForum Post: RE: Bluetooth USB dongle SCO, L2CAP support for Beaglebone Black...
Hi Titus,Thank you for your support.Sorry for my late reply.I'm currently focus on other activities on BBB, so I have no time to try your information.I think I'll be able to check them within one...
View ArticleForum Post: RE: Interrupt seems to be active prior to Bios_start
Hi SteveThe TimerConfigure API is from the Tivaware Peripheral Driver Library, which I used to get the basic of my application to work previously, without BIOS. The purpose is to configure the Timers...
View ArticleForum Post: RE: Can bind() 2 or more IP Address to respectively different...
Steven, I could understand "multiple IP Address(in same subnet) on NDK" is not supported now.Thank you for your kind help. Nao Emoto
View Article