Forum Post: RE: some questions about the image_processing demo
Yuxin Yuan,Please check the sequence as per below,Types_FreqHz freq; Int32 ts1, ts2;double * processing_time;Timestamp_getFreq(&freq);ts1 = (Int32)...
View ArticleForum Post: RE: CAN support in U-boot
Hi All,I able to port Startware DCAN driver to U-boot . I was compiled and even executed. But because of interrupts support is not available in the U-boot, I am not able to send the messages. So could...
View ArticleForum Post: RE: AM335x - displaying the contents of registers from a user...
Additional to above - the code I'm using in C# [DllImport("ceddk.dll", EntryPoint = "READ_REGISTER_ULONG")] //ULONG READ_REGISTER_ULONG(__in volatile const ULONG * const Register);...
View ArticleForum Post: RE: One field missing in interlace capture mode.
Hi Margartia,I have gone through the link what you have sent.But in my case,I used capture format as YUV422P and storing format is YUYV422I.I havent done any YUV to RGB or vice versa..thankssenthil...
View ArticleForum Post: RE: pci_disable_msi Oops Bug
I have no clue, this is deep into the kernel for my experience level. Anything else I can give you that might help?
View ArticleForum Post: RE: Using NDK on AM3352 with SYS/BIOS
Thanks Vinesh, I'll try that as soon as I can get the ARM5.1 compiler installed. I've hit a rough patch as updating Code Composer does not always go well.John C.
View ArticleForum Post: RE: Problem with BIOS thread preemption
Wojtek,What version of BIOS are you using?If interrupts are not disabled, you should still be getting the Timer interrupt. The default is Hwi14. Can you make sure that the Timer interrupt is still...
View ArticleForum Post: RE: DSP Link Chip Select
[quote user="Ernast Sevo"]With regards to 4 what are the steps necessary for defining executing this ( defining a memory address greater that 0x1100 0000 and mapping it to our CS2 physical address of...
View ArticleForum Post: RE: porting driver for Marvell switch 88E6165
Thanks Rockford and Pawan:Will give it a try. This is sooo much faster than going through our FAE from Marvell :>)CheersDennis
View ArticleForum Post: RE: AM335X 64 Bit DC Mode
Hi,64-bit DC (Distributed Clocks) is the clock synchronization scheme used in EtherCAT to synchronize time base of multiple EtherCAT slaves in the network something similar to IEEE1588....
View ArticleForum Post: RE: Issue with IPV6 UDP Multicast receive
Hi Judah,You are correct! In fact, that question was from a team we are working with. We inquired with our local TI representative on whether or not those bugs had been fixed, and the response we got...
View ArticleForum Post: How to add support for new am335x core frequency using Sitara SDK...
Hey all,I know it is possible to set the core clk frequency below the OPP50 spec, but I can not figure out how to do it.Does anybody know where inside the omap/am335x linux "driver" source code (using...
View ArticleForum Post: RE: TM4C129x http POST using TI RTOS
Hi,What version of TI RTOS are you using? What device? Have you looked at the Getting Started Guide and gone through the examples?Judah
View ArticleForum Post: RE: transmission rate of NDK
What version of BIOS and NDK are you using? What device are you on?Judah
View ArticleForum Post: RE: Running TI-RTOS on IAR Embedded Workbench (6.10.3)
Todd,#1. I will take this suggestion back to the TI-RTOS team.#2. I didn't need to copy anything. I basically did section 3.3.1 which requires you do go do 3.2 then proceeded with 3.3.2#3. I didn't...
View ArticleForum Post: SPI read is not working in tm4c1230h6pm
Hi Team, I am using TM4C1230h6pm. I am interfacing SPI with SSt25vf016b The SPI Read is not working. The SSt25vf016b has 8 bit communication. When i try read JeDEC_ID from serial flash i...
View ArticleForum Post: RE: Is DSP/BIOS Driver kit or Platform Support Package for C5000...
Thank you for your reply!
View ArticleForum Post: RE: Problem in using NDK
Can you attach your project here? I tried reproducing the issue but I'm not seeing it. It always builds/links for me.Judah
View ArticleForum Post: RE: UART_read return UART_ERROR when another task perform uSD...
Hi Mauro,I'll need more information to help you solve this:What mode(blocking or callback) did you configure the UART driver to use?Also it'll help me if I could see what you're doing in your code: i.e...
View ArticleForum Post: RE: transmission rate of NDK
I use NDK 2.21.1.38 and BIOS 6.35.1.29. The device is TMS320C6657.
View Article