Forum Post: RE: replacing matrix-gui 2 with a QT application
normally matrix gui is called from /etc/rc5.d directory.and script name is S99matrix-gui-2.0 as you can see from script name S99 this is last script for execution.There are lot script previous to this...
View ArticleForum Post: RE: Beaglebone black
there is one awesome blog regarding configuration ADC in continuous mode, you may find this helpful. if you want to take the easy route then this patch might be helpful
View ArticleForum Post: RE: WinCE bootable SDcard
Hi, I'm working with a custom AM3352 platform - and we boot from uSD. The AM335x ROM is capable of detectin FAT32 formatted cards and locating the MLO. Here's how I create bootable SD cards (on Windows...
View ArticleForum Post: Is the disassembly code for am335x right?
Hi,I want to enable Cortex A8 performance counter. After I enable it in Linux kernel, the register reading in user mode does not change with reading is always '1'. In disassembly window, I check the...
View ArticleForum Post: RE: Zero-Latency Interrupt on a 28335
Justin,I have moved your post to the TI-RTOS forum. I believe that they will have a better chance of resolving your issue.Thank you,Brett
View ArticleForum Post: RE: Anyone having issue "smsc95xx 1-2.1:1.0: usb0: kevent 2 may...
Hi ,Even i am facing the same problem, "smsc95xx 1-2.1:1.0: usb0: kevent 2 may have been dropped"I am using ICS on beagle board xm.Any solution??? Thanks in advance.
View ArticleForum Post: RE: TI-RTOS - SPI and DMA Examples
Glenn,Here's some pseudo code that I just added to the SPI loopback example.Void spiCallback (SPI_Handle handle, SPI_Transaction *transaction) { if (moreDataToSend) { transaction->txBuf =...
View ArticleForum Post: RE: Getting TI-RTOS to react on #defines in the C-environment
Hi Phillipp,Variables can be defined in your .cfg file and be read by C code; but the contrary cannot be done. You will have to modify your C code to react to the cfg global variable instead. Hope...
View ArticleForum Post: RE: TMS320DM6446 - bare metal embedded software development...
Hi Michael,Thank you very much! That zip file contained a wealth of useful source code and examples for the DM6446. This will be very helpful.If I can distill a simple interrupt handler and interrupt...
View ArticleForum Post: RE: Sys/BIOS RTA on MSP430F5324 refuses to work.
Okay. Any reason you can think of why I am not seeing the interrupt events in the live analyzer window? I do see task events.
View ArticleForum Post: RE: MPEG2 decoding on DM368 Question.
Looks like sending the video sequence header did the trick. Turned out the board wasn't locking up. Misdiagnosis as the result of debugging over TCP from another room instead of watching what was...
View ArticleForum Post: RE: TI-RTOS PROJECT CAN NOT BE BUILT
Doruk,I still don't see anything wrong. It's supposed to work straight out of the box especially since you installed everything in the default c:\ti directory. Delete and re-import the example and send...
View ArticleForum Post: RE: VoLIB Multichannel Memory Usage and Specific Module...
I think I was too broad and open-ended in my original post. Specifically for now, I'm interested in the wording used in the documentation for the VoLIB modules. Each module shows memory usage in tables...
View ArticleForum Post: RE: AM335x ICE : Configuring Heap with SYSBIOS
Bruce,Great that you've figured it out. Let's know if you have other questions in the future.Moses
View ArticleForum Post: RE: IntDisable/Enable in USB-CDC-Example
Looks like you are out in the wilderness on this one. No expert on this. My 2 cents. I think you could remove all that code from usb_dev_serial.c. Not so about any other places like usbringbuf.c. In...
View ArticleForum Post: A problem at return some function on av bios sdk
Dear allI'm using the 8148 EVM and av_bio_sdk_0800. I added some function on 'demo' project in the sdk.A exception occur when return my function.What can I do to debug this...
View ArticleForum Post: RE: Something wrong with Interaction between SYS/BIOS and interrupts
Aaron.I have some more questions to help my understanding of the issue here. Are you trying to directly setup the I2C interrupt using Starterware and when it fires, you get an exception in the Hwi...
View ArticleForum Post: ehrpwm and ecap are not listed in PWM am335x
Hi All, I am trying to use PWM for back-light but after enabling :Procedure to build eHRPWM driver Device Drivers ---> <*> PWM Support --->...
View ArticleForum Post: BIOS generated cmd file doesn't match the tcf file
platform: eZdsp5535CCSv 4.2.4.00033DSP/BIOS 5.41.11.38XDC 3.23.03.41I am attempting to create a DSP/BIOS program per the BIOS user's guide on the eZdsp5535 platform. Creating per the instructions, I...
View Article