Forum Post: RE: SYS/BIOS build successfull but error log reports some errors...
[quote user="Akhilesh Raju"]But could you just elaborate on how to carry out the changes suggested by you in the following points ? I am not so well versed with the advanced settings of...
View ArticleForum Post: RE: BIOS generated cmd file doesn't match the tcf file
The addresses in the linker command file and in the TCF script are the same, but the TCF script counts minimum addressable units, which are 16-bit on C55, and the linker command file counts bytes. So,...
View ArticleForum Post: RE: Sys/BIOS RTA on MSP430F5324 refuses to work.
Mohammed,with all the Tasks in your system, are you sure you are even getting into the Idle loop? The CPU load is calculated as a percentage on how much time is spent in the Idle loop vs. some other...
View ArticleForum Post: RE: ActiveSync not getting connected
I just came across an article I had bookmarked ages ago:http://social.technet.microsoft.com/wiki/contents/articles/3166.preventing-usb-and-kitl-conflicts-windows-embedded-compact-7.aspxwhich might be...
View ArticleForum Post: RE: TI RTOS cannot set HSE for High Speed UART
Nirav,a few things here.BIOS_setCpuFreq() only tells BIOS at what frequency the CPU/System is running; generally when you change the CPU frequency at runtime. If you use the "Boot" module via the...
View ArticleForum Post: RE: Get Platform information through the CFG
Clement,here is the code that will print all objects in the memory map. You can easily adapt it to your needs.for (var prop in Program.cpu.memoryMap) { print(" " +...
View ArticleForum Post: RE: heap error after function 'VLIB_initConnectedComponentsList'...
QC,What device are you using?
View ArticleForum Post: dm8148/am3874 EVM arm-none-linux-gnueabi -- No GDB found in...
I have an EVM for which I can find a gdbserver executable but not a GDB executable. I have Ubuntu 10.04 installed that has GDB. When tryng to connect to the gdbserver executing on the target I get the...
View ArticleForum Post: RE: bios_c6sdk getting started
Muhammad,There is not enough information in this post to really answer your question. What device and platform are you running on? What SDKs (and what version) are you trying to use? What are you...
View ArticleForum Post: RE: Starterware problem on AM335X
Hello, Thank you for answering.You explained it fairly well, because I hadn´t understand what happened with the nandReadWrite application.I am having other problems with this board, and the TF card is...
View ArticleForum Post: RE: Multi-block reads disabled in Adeneo 02.30.00 SDHC driver
SDHC3 can be made to work with wifi, I have done it.Please email me direct at davidves-at-tampabay.rr.com
View ArticleForum Post: RE: SWI/HWI Logging
Moses,My apologies for not getting back sooner. I completely agree with what you said. I didn't really think about the timing differences. Thank you for your help!Anthony
View ArticleForum Post: RE: Not able to open NDK - System overview page in XGCONF tools
Bin,I installed CCS 5.4 and NDK 2.22 and had no problems seeing the system overview page for SYS/BIOS. I used a stock SYS/BIOS example for beaglebone.
View ArticleForum Post: RE: OpenCL runtime support
Hello Alan!Is there any news about OpenCL enviroment? It would be nice to know when can we start planning on this feature in a product...thaks,Thomas
View ArticleForum Post: RE: Something wrong with Interaction between SYS/BIOS and interrupts
Moses,This is the whole project (sources and all) after I brought over the app.cfg I removed all of our proprietary stuff.(Please visit the site to view this file)I suspect I am some how structuring...
View ArticleForum Post: RE: How to deal with this situation for convert yuv444 to...
Hi Steve, In 420 format evey two vertical and horizontal neighbor pixels share one U or V value, so the image Width and Height need to be an even number. One option in case of Odd dimensions is...
View ArticleForum Post: RE: Using SYS/BIOS with the TIVA C LaunchPad
Akhilesh,The include path looks right. Can I see your source code to blink the LED? You can zip your entire project and attach it to this post.Thanks,Moses
View ArticleForum Post: RE: Android JB Image cannot boot on Beaglebone Black.
@MarkCan you please share the non-TI android image you used?Thanks
View ArticleForum Post: RE: Sys/BIOS RTA on MSP430F5324 refuses to work.
Mohammed,I tweaked around with a TI-RTOS example to enable CPU load logging with UIA. I've attached a .cfg file that worked for me with my example. In my example, I had only one task going to sleep...
View Article