Forum Post: RE: Valgrind support for TMS320DM365
Hi,I think valgrind doesn't support for armv5 arch,Try montavista toolchain (arm_v5t_le-)I have tried and I met lot of compilation errors,Why are you not trying other debugging methods?1) Try to use...
View ArticleForum Post: RE: DM355 custom JPEGENC with JPEG8FSP
For me it is hard to judge how much different the DM355/DM365 MPEG4/JPEG Coprocessor is from a C64+ DSP. At least I can see the possibility to update DM355/DM365 codecs, as TI provided several codec...
View ArticleForum Post: On context switch
Hello,Target C6678, latest sysbios used.Let's assume an application with on a given core :2 or 3 tasks, a dozen or more semaphores, a few SWIs and HWIs.How does the time to switch context between tasks...
View ArticleForum Post: RE: Using the C6748 secure kernel in DSP/BIOS
Hi Judah,That was the first thing I tried, which did not work.In sk_cwrap.asm, I noticed the following code:syscall _SK_registerSCWP, SK_SYSCALL_REGSCWP syscall _SK_allocSC, SK_SYSCALL_ALLOCSC syscall...
View ArticleForum Post: Meet with ENOBUFS(55) error when sending EthRaw frame
Hi All,I am testing an application use the RAWETH to send raw ethernet package on Sitara AM335x processor. I open a session in one parent task by using the "fdOpenSession(TaskSelf())" and ask for two...
View ArticleForum Post: RE: Can I get a calling context table for IPC v1.25 APIs?
Hi Judah,Thank you for your cooperation. I'm planning to call APIs below from Hwi. - GateMP_enter - GateMP_leave - HeapBuf_alloc - HeapBuf_free - HeapBufMP_getExtendedStatsI'm not sure whether...
View ArticleForum Post: SYS/BIOS - Prebuilt debug library configuration
Hi,SYS/BIOS currently supports several build configurations:LibType_Instrumented, LibType_NonInstrumented, LibType_Custom, LibType_DebugIt seems a bit strange that if one wants to dive into the...
View ArticleForum Post: RE: DHCP client "Host name" advanced field
As I said: I dont't use NDK and/or BIOS, but what I know about DHCP is thatthe term "hostname" in combination with a DHCP client hints to something like the...
View ArticleForum Post: RE: Is DSPLink configuration valid?
So, after several days of another job, I have revised my application on both sides, cleaned some stuff out and fixed *.tci file for dsp-side. Then my app seems to work with bi-directional...
View ArticleForum Post: How to develop application on linux
Hello, I'm a new user for linux, now I want to develop application for liinux on beagle bone black , but I have no direction, I develope applicaton on ti c6000 dsp , in dsp ,there are many datasheet...
View ArticleForum Post: RE: Building UIA without IPC and NDK
Hi Janet,I'm using the latest UIA (v1.04.00.06).I actually already succeeded patching it to compile by myself - all I did is moving my ISA from trgFilter list to trgFilter2 list in the...
View ArticleForum Post: RE: Multithreading in C6713
Srividya,Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages. Be sure to search those for helpful information and to browse for...
View ArticleForum Post: RE: BUF_alloc() and MEM_alloc() returns invalid addresses
I have a follow-up question about the part:[quote user="ReinierC"]"Received exception from ROV server: "baseAddr" is not defined"[/quote]I get the same message, and I have the same problems Reinier...
View ArticleForum Post: RE: Conditional statements in .cfg file
Gokhan,Maybe I am still guessing about what your problem is, but I will give you another suggestion. Another thing I did was make my own platform. In this way, I could divide, for example, MSMCSRAM...
View ArticleForum Post: RE: Year 2038 problem in embedded Linux?
Hi, SI,Which specific platform are you referring to? From the link, it seems that there isn't a solution for 32-bit machine. For Linux, it will depends on if Linux open source forum can come up a...
View ArticleForum Post: RTOS object view - Dynamically-created objects missing
Hi,I'm not sure if I should post this on SYS/BIOS or CCS forum...When I use the ROV pane in CCS to browse Tasks or Hwis I see only the statically created instances. None of dynamically created...
View ArticleForum Post: RE: Ethernet problem on new concerto F28M35 control card
Hi Todd,Can I just ask is there any new update for this problem ?Regards,Ben
View ArticleForum Post: RE: System Analyzer - number of records
Hi Daniel,1. What version of CCS are you using?2. When you say that you have live session with recording duration of 1sec, are you sure your logger buffers have not overflowed?a. You can check that in...
View ArticleForum Post: RE: OV7670 and Leopardboard DM368
Hi,[quote user="Titusrathinaraj Stalin"]Have you tried anytime to streaming the videos from "/dev/video0" through gst-launch command?This will display the camera view in a window:gst-launch v4l2src !...
View ArticleForum Post: when debugger starts, SYS/BIOS and CCS enter dead loops instead...
I would like to use CCS & SYS/BIOS for development/debugging an application to run on DM3730. Here is my setup:Target IC: DM3730Target Board: BeagleBoard xMJTAG Emulator: XDS100v2 USB EmulatorCCS...
View Article