Forum Post: RE: BIOS_exit() question
found a solutionvoid Func (Int val) { // function execute // ... }and in the main functionInt main (void) { // System init // ... System_atexit(Func); BIOS_start(); return (0); }in the task function, I...
View ArticleForum Post: VoLIB Multichannel Memory Usage and Specific Module Implementations
Hello,I am using several modules from VoLIB 2.1.0.1 in a voice processing path on a C6678. I'm running multiple channels for each core. I'm currently using TDU, TGE, ECU, and VAU. I have some questions...
View ArticleForum Post: GIO_create, SIO_create returning NULL or handles with bad config...
I am seeing some problems with setting up IO using DSP/BIOS in parts of our project that are so old that no one who worked on it is still around. From time to time (seems to depend on how the code...
View ArticleForum Post: RE: IPv6 Ready Logo
Hi Isidore,The list of IPv6 and RFCs supported by the NDK can be found in SPRU524H (section F.1). Unfortunately, RFC 4861, 4862, 4443 and 1981 are not featured in the latest release. The customer...
View ArticleForum Post: RE: Linux Interrupt jitter, latency
HI Honey,We are facing the same problem We have ported JB 4.2.p1 with kernel 3.4 onto our custom board having omap4430. We have connected an interrupt pin of a device on our board to gpi 80 pin of...
View ArticleForum Post: How to register IPC interrupt ISR function on TCI6638EVM kernel?
Hi,all:Now, I am working with TCI6638K2K EVM.Kernel is download from :git clone git://arago-project.org/git/projects/linux-keystone.gitI am researching the source code in...
View ArticleForum Post: RE: [U-Boot] USB1 Fastboot
Hi Pankaj,I made the same changes, with no success.If I start fastboot I get the following Output:U-Boot SPL 2013.01.01 (Jan 07 2014 - 11:01:32)CCxyzModem - CRC mode, 0(SOH)/151(STX)/0(CAN) packets, 3...
View ArticleForum Post: RE: How to combine between NDK + SRIO.
Ryan,Please start to integrate srio source files, linker cmd and cfg file(if there in srio project) with NDK project.I could not find the main() call at those two files(srio_main.c and task_main.c).If...
View ArticleForum Post: RE: Newbie Questions
[quote]So to understand the DAL API when the meaning of a call is not clear apparent on needs to read the appropriate place in the TRM, even though the TRM does appear not mention anything in the DAL...
View ArticleForum Post: RE: BIOS_exit() question
Thank you for replyingCan you help me with another post?http://e2e.ti.com/support/embedded/tirtos/f/355/t/312387.aspxIt has been posted for a week.your a little assistance may solve the...
View ArticleForum Post: RE: BeagleBone Black Android 4.2.2 Suspend/Resume
Dear Strahinja and Arun,Could you give me some indications about where I can write (path, files, shell...) the registers 0x4C000038 and 0x4C00003C. I'm a little confused about it.Regards,
View ArticleForum Post: AM335x and CLCD driver
Has there been any efforts done to enable the CLCD (Character LCD or LIDD) capability of the AM335x LCD controller in the Linux driver?Interest is in connecting the AM335x LCDC to a i8080 interface...
View ArticleForum Post: Remove cursor from LCD
On our AM335x design, a black block repeatedly redraws itself at the same position even though my program fills the frame buffer with white. The screen is completely white for a 1sec, then the black...
View ArticleForum Post: No camera (video input) driver for DM814x in WEC7 BSP ?
Hi,I would like to use AM387x (DM814x) BSP (by Adeneo-Embedded) on DM814x /AM387x Evaluation Module (by Mistral).It seems, there is no capture (video input) driver for this WEC7 BSP.Has anybody WEC7...
View ArticleForum Post: No SATA driver for DM814x in WEC7 BSP ?
Hi,I would like to use AM387x (DM814x) BSP (by Adeneo-Embedded) on DM814x /AM387x Evaluation Module (by Mistral).It seems, there is no SATA driver (block device) for this WEC7 BSP.Has anybody WEC7 SATA...
View ArticleForum Post: How to understand which task is currently running on SYS/BIOS
Hello,Is there a way to understand which task is currently running on SYS/BIOS? Maybe a kernel call or something similar that returns a unique identifier for the task?And why I need this. I am using a...
View ArticleForum Post: RE: Error status 0x00000402 when doing decoding with mpeg2 decoder
Hi Sunzhao, I hope you could overcome the broken link error. I will close this thread but please feel free to open it (or a new one) if you need further assistance.thank you,Paula
View ArticleForum Post: RE: GadgetFS problem on BeagleBone
Hi Nikunj,Thanks for the info. Are you using Linux as the host OS? I'm using Windows 7 x64 as the host OS. It seems to me that the problem is with the host PC driver I'm using. I tried WinUSB driver...
View ArticleForum Post: RE: Set IP Permanently for AM335x
I fixed my problem by using kernel command parameter. Passing ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0:off as part of boot parameter worked for me. I got that information from...
View ArticleForum Post: RE: GIO_create, SIO_create returning NULL or handles with bad...
I had the EDMA null handle problem. I was working with the C6748 which has 2 EDMA controllers, so I had created an array of EDMA handles with a length of 2. The compiler thought it was okay but it...
View Article