Forum Post: RE: Code composer studio and bios for C5421
I know C54x should be supported in BIOS 5.31 but I'm not sure of the level of support specifically for C5421. I will move this to the TI-RTOS forum for confirmation.ki
View ArticleForum Post: Starterware and bios5 -- eabi vs coff on LCDK 6748
Hi, I have build starterware CDC example using ccs5.5 with output as eabi, and all work well.I then rebuilt the libs and application layer using coff output format using ccs5.5, it links fine, however...
View ArticleForum Post: RE: GIO porting
How can I convert following GIO code to BIOS 6.*********************I2c_Params i2cBatteryParams;GIO_Handle i2c_Battery_outHandle;GIO_Handle i2c_Battery_inHandle;GIO_Attrs gioAttrs = GIO_ATTRS;...
View ArticleForum Post: RE: Syslink module load failed on OMAP-L138
The answer, it turns out, is that the step I had forgotten was to relink syslink.ko against my recompiled kernel. I told you I wasn't wise in the ways of the Linux kernel!
View ArticleForum Post: RE: Priority of Event Notify callback function
Talha,The Notify callback runs at Hwi priority, which is the highest priority. So, you cannot raise the callback priority, but you can effectively lower it.In your notify callback, you could post a Swi...
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi,Using level = 40 while encoding fixed decoding.Do you have any updates on bug1?Regards,Andrey Lisnevich
View ArticleForum Post: RE: firmware_loader fails on first boot
Markus,I'm trying to understand the timing. Are you saying the board has to be up and running for a long period of time (> 1hr) and then when you power cycle it the DSP load fails? Or is it that the...
View ArticleForum Post: RE: About DM6467T's TSK_sleep
My understanding is that it's an 'OR', though I honestly can't explain why the wiki article's workaround #1 (your experiment #2) would work... and your results seem to imply it doesn't.It seems like...
View ArticleForum Post: Codec Engine 3.24.00.08 rebuild issue
HiI'm trying to rebuild Codec Engine, it seems broken from previous version, the build shows this error:xdc XDCARGS="ti.targets.C64P=\"\" ti.targets.C674=\"\" ti.targets.arm.elf.M3=\"\"...
View ArticleForum Post: RE: OMAP 3530 - PSP 03.00.01.06 - MUSB and TWL4030 error when...
Hi,The problem seems to be that initialization functions are marked as __init which is perfectly fine for anything which is not a module. Any code which sits in .init.text section (basically anything...
View ArticleForum Post: RE: SYSBIOS on Beaglebone Black
Hello, I'm having the same issue as the thread starter where I just get the "Jumping to StarterWare application" thing. My board is the BBB, and I am not using JTAG, only SD boot.I built the...
View ArticleForum Post: Beagle Bone Black linux module study under eclipse
Hello, I want to study linux module program using eclipse based on Beagle Bone Black, and I have build the development environment under eclipse(Version: Kepler Service Release 1 Build id:...
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi Andrey,Thanks for the update on bug2.Regarding bug1, we fixed the hang issue reported for the decoder, but still observing bit-compliance issues and we are looking into it. We will revert back with...
View ArticleForum Post: RE: Problems getting SPI1 to work on AM3359
Hi Nicolaj,big thanks for response, it works now. Your first line was the solution:It seems in case of not use any of the SPI-Enable signals the SPI runs only in MultiChannel mode.(LSB in...
View ArticleForum Post: RE: TI-RTOS SDSPI FATFS MSP430F5338
Hi Channabasappa,I was only able to run the MSP430F5529 example for the launchpad and it shows that it correctly reads the 8GB SDHC. I've attached a modified fatsd_raw example that prints out the total...
View ArticleForum Post: Application Deployment
Hi,I'm trying the lab from TI-SDK and by following all steps using qtcreator the application is built but the following error shows:03:02:31: Deploy step failed.Error while building/deploying project...
View ArticleForum Post: RE: task stack overflow
Hi Ashish,i thought that to give you the chance to help me more to send you the code that i used for testing and two screen shoots for the basic view and the detailed view.Best Regards,Mohamed...
View ArticleForum Post: RE: Detecting 6455 resource starvation?
An update:If I change the NDK back to llEnter()/llExit() pairing using task priority then I get:00058.383 Illegal priority call to llEnter()00058.384 Illegal call to llExit()00058.385 Illegal priority...
View ArticleForum Post: RE: demo/pmic.c: bad DEVCTRL value masking
FWIW, I just realized this is the same error that was reported inhttp://e2e.ti.com/support/embedded/starterware/f/790/p/238906/836939.aspxbut in a different file (bl_platform.c vs. demo/pmic).
View ArticleForum Post: precompiled example for file uploading
Hi,i'm working on the DK-tm4c129 and i'm working with TI-RTOS and NDK and i'm wodering if there is a precompiled example for this DK so i can upload a file using the web browser to the board to be...
View Article