Forum Post: RE: WEC7 Boot time with AM3517
Hi,I would like to update regarding my question.We analyzed the OALCalibrateSysClik" funciton. According to our analyzation, this function make "g_dwMeasuredSysClkFreq" valuables. And this valuables is...
View ArticleForum Post: IPC GatePeterson N
Hello everyone, in particular TI people,Here's a complaint :You released along with IPC 3.00 a new Gate ti.sdo.ipc.gates.GatePetersonNand it's NOT written anywhere on the release notes.We check release...
View ArticleForum Post: RE: OTG Host Not working during Device boot for Thumb drive.
Hi,Any updates on this??Also Is there any way to recover from the babble condition during boot up?Can any one post me the steps for recovering fro babble condition in OTG host driver??
View ArticleForum Post: RE: WinCE bootable SDcard
HI Youness,Thanks for your post.As a Moderator, I am moving your post to WinCE Forum for prompt response from experts over there.Thanks & regards,Sivaraj K
View ArticleForum Post: RE: AM335x Bad baudrate on all serial ports (unwanted changes at...
Yes we added the patch and after only a short test (needed a quick fix for the field) we didn't get the error any more.It's difficult to tell for us if this solves it completely because we also have...
View ArticleForum Post: RE: robust task switching
I'm sure it has to do with this - this is the first time I've coded this algorithm in C and I wouldn't be surprised to find an indexing problem with my looping & arrays!I'll add some asserts also -...
View ArticleForum Post: RE: LM3S9D92 interrupts not running. sys/bios is stuck in idle.
Hi Mike,A couple of things could be an issue here, firstly ensure in your code that you didn't globally disable interrupts with Hwi_disable() and forgot to re-enable them. You can go to your register...
View ArticleForum Post: RE: Compling error related with "_BCACHE_bootInit"
Hi Xining,I'm downloading your files and will try to replicate your issue. Will get back to you.Thanks for your patienceMoses
View ArticleForum Post: RE: package close, module$use, and platform packages
[quote user="norton256"]My next attempt was to move the offending useModule in my platform.xs file into the platform's package.xs close function. I then added requires statements to the package.xdc...
View ArticleForum Post: RE: Dual M3 acts in privileged level always
Hi Thorsten,Yes it's done on purpose for increased-performance reasons for SYS/BIOS M3 code to only run in privileged mode.Is this another question you have? Can you clarify?"Creating a non SYS/BIOS...
View ArticleForum Post: RE: sys bios: Disabling Short Names Defined By Modules
I am guessing you use both DSP/BIOS 5 and SYS/BIOS 6 APIs because the header files you are mentioning are DSP/BIOS header file while the function calls are SYS/BIOS API. There is a section in SYS/BIOS...
View ArticleForum Post: RE: Why the .switch and .const section is divided into few parts?
Vincent,which version of XDCtools are you using? There could be a better solution.I can't comment on code performance, I hope there is someone from the compiler team still checking this thread. They...
View ArticleForum Post: RE: GIO_create, SIO_create returning NULL or handles with bad...
Problem 1 must be related to a memory allocation problem. The only reason for SEM_create() to fail is if there's not enough memory.SIO_create() should return NULL if it fails or the device driver...
View ArticleForum Post: RE: CAN TX RX code using sys bios HWI
NewBee,Sorry, we do not have any sample CAN code.Moses
View ArticleForum Post: RE: AM335x DMTimer Enable/Disable is very slow (~60 us)
I figured out what is wrong. I have been using a 32 kHz (32768 Hz) clock for my timers. The period for this clock is ~30 us. Apparently it takes a couple of clock cycles to start or stop the timer....
View ArticleForum Post: RE: SD card file download Problem
Bin,Here's my executable with your static IP of 192.168.2.10. Load it to your target and see if it works.*Fix the extension (Please visit the site to view this file)Moses
View ArticleForum Post: ti.sysbios.family.arm.lm4.Timer: bad inline assembly under gcc...
Please see this thread on the Tiva C for a report (cross posting to this forum as directed):http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/313785.aspx
View ArticleForum Post: RE: replacing matrix-gui 2 with a QT application
Did you see any log from application, when you set rc5 with your application and boot?
View ArticleForum Post: RE: GStreamer user application with RidgeRun Evaluation SDK
Hi,I solved the problem. Elements in pipeline were not linked together properly. I fixed that and now my pipeline is working ok.Regards,Gradimir.
View Article