Forum Post: RE: is possible transfer pBuf data with EDMA3 automatically?
Murat,the main idea is not transfer string by string arriving to pBuf to a myArray[i][200], instead I am askingif it is possible declare or access, if this is alredy set, a pBuf[i][200] that could be...
View ArticleForum Post: RE: Link Errors for NDK GCC Build targeting ARM Cortex-A8
Yah, it's the link FROM the second page to the actual download. I'll check back and let you know.
View ArticleForum Post: RE: Build error(s)
Hi Steven,I would suggest copying an entire sample osdesign, starting from the top level (the directory where the .sln file is located) and use that as a starting point. You can modify the osdesign...
View ArticleForum Post: RE: How to exclude LAN911x code from BSP_WINCE_ARM_A8_01_02_00
Alex,Difficult to provide exact steps without knowing the platform (AMxxx, OMAP, ...), but generally you can find the LAN driver in the Catalog Items View, Third Party - BSP - (BSP name) - Drivers -...
View ArticleForum Post: Dual M3 acts in privileged level always
Hi,I'm using CCS5.5 (Version: 5.5.0.00077). Creating a SYSBIOS based M3 project on TI814x[Cortex-M] the core will always in privileged. Hence, all internal register are not protected. Is this done on...
View ArticleForum Post: RE: WARNING:Caches not enabled
Have you already solve the problem about the WARNING,I meet the trouble also,what should I do to make it?
View ArticleForum Post: RE: AM335x ADC question
Hi, JeethanI checked by disabling these registers that you have pointed out.Please check the following code.~~~~/* ADC is configured */static void ADCConfigure(void){ /* Enable the clock for touch...
View ArticleForum Post: RE: Avb support in Linux
for any technical support for the same you can contact :Shrikant Acharya shrikant@siriusemb.com
View ArticleForum Post: Let BeagleBone Bootloader read from eMMC instead of SD-/MMC-Card
The Bootloader for Beaglebone that comes with Starterware is able to load a "app" file from external SD-Card (MMC0 lines of CPU). Since BeagleBone Black there exists a second storage eMMC (which is...
View ArticleForum Post: RE: How to exclude LAN911x code from BSP_WINCE_ARM_A8_01_02_00
Thanks Carsten,After disabling KITL the error message during OS load doesn't show any more. I don't know if my OS image loads fine because have no display connected at the moment and without KITL I see...
View ArticleForum Post: RE: We are bringing up a fresh board...I would like to enable all...
As for the accesses in the C code that turns out that the default the the MMU does not give access to the AM3352s internal registers like all the PER registers.For right now I disabled the MMU which...
View ArticleForum Post: RE: OMAP L138 problem with multiple usb serial converters on same...
Happy new Year :)Any news about this ? Are you able to reproduce the problem ?ThanksBest Regards,Aníbal
View ArticleForum Post: RE: Is it possible to do conditional compilation in a .cfg file?
Hi David,Your question was addressed in a previous post. Please take a look at:http://e2e.ti.com/support/embedded/tirtos/f/355/t/209153.aspxHope it helps,-- Emmanuel
View ArticleForum Post: RE: How to call assembly code from C in Linux?
Bear with me, I'm a command line guy, not CCS. Below is my simple C program, hello.c, that I compiled with arm-linux-gnueabihf-gcc -c hello.c just to look at the resultant object code 1 #include...
View ArticleForum Post: RE: RTFS sataSample problem with NDK 2.0.0 at OMAPL138
Frank,Coming back to the 3 scenarios you tried. I was hoping that at least one of those would work, to give us a better clue as to what the problem is. But since all 3 scenarios still failed, it...
View ArticleForum Post: RE: Problem: UBIFS/NAND -74 error
HI,I am also facing the similar issue related to UBIFS image. I ran the mtd test for OOB and sub page and its failing.But other mtd tests like page read, stress test, speed test are working fine.What...
View ArticleForum Post: BeagleBoneBlack VNC server autoStart with password
Hi all,I'm starting to develop my custom cape based on BBB and Texas JB 4.2.2 sdk. I need to start a (password) protected VNC server session every time on boot.I am able to: $ 'start androidvncserver'$...
View ArticleForum Post: RE: VLIB library function input attribute modification request
Joey,I am currently working on this, and will send you an update once we build and test the new functionality. Thank you.Sincerely,Sudhakar Ayyasamy
View ArticleForum Post: RE: PSP drivers with SYS/BIOS
I was building the UART example. I did finally succeed. Part of the secret is the video included with the PSP at...
View ArticleForum Post: Availability of SYS/BIOS and TI-RTOS on the AM335x Family
We are regularly asked about the availability of SYS/BIOS and TI-RTOS on the AM335x. Below is a summary of current status and future plans. The SYS/BIOS kernel has been available on the AM335x for some...
View Article