Writing a New Post
From the main page of the sub-group click on the button and select the forum which you want to post to. While most groups only have a single forum, some have sub-forums.
Once in the "New Post" screen, fill out the following...
Subject Line - This should always contain the part number(s) you are asking about as well as a brief line on what the question is about. The more precise the subject line, the easier it is for future users to locate content. Subject lines like "ABC123 Problem" do not accomplish this; however, "ABC123 Sync Problem in Widget Application" does.
Description - This is where you post your question. Be specific, include any relevant data needed. You can also Insert Images and Video and Attach Files to your posts
Paste From Word - If you are using Microsoft Office and a Microsoft based Word-editor (Word, Outlook, etc.), you should use this button in the editor toolbar when cutting and pasting content in. This should prevent formatting issues with your post.
Tags - Tags are very important to both search and indexing of information. Here is some key information on tagging in the TI E2E Community.
Once done...click
Hi, these days when i ask a question,I have followed the steps。However,when I click the post button。I wait for half for an hour,it can not be succeed。Why?Thank you for your reply。
Same problem here.
I have followed the steps。However,when I click the post button。I wait for half for an hour,it can not be succeed。Why?Thank you for your reply。
helloooooo anybody there ?
FYI I use Ubuntu 10.04 and my browser is Firefox
I can't post my question. What's the problem
Me either !!!!!!!
I can not post nor can I reply any existing post for quite a few days . Why !!!!!!!!!!!!!
Same thing for me. Once I click the "Post" button (to post a new question in a forum) I get the progress icon forever and the post never completes.
I am using Windows Vista and I have tried Firefox 12.0, Internet Explorer 7.0 and Chrome 18.0 with identical results. I've even cleared up the cache and all ti.com cookies to no avail.
Can this be fixed please?
Of course posting a comment works since I've posted this one, but posting a new question in a forum does not work.
Hi,
I am working with the OMAP3530 Display Subsystem. I am trying to perform a mirror operation without a rotation. I have setup the registers defined in Table 15-51. Register Settings for DMA Rotation With Mirroring. I am seing the image being mirrored but with random noise fluctuation resulting in a garbled image. A mirror with a rotation of 180 deg works fine but a 0 deg rotation is causing this noisy issue. Are settings defined in Table 15-51 correct?
Thanks and regards,
Paul
I am working with the TI OMAP3530 ISP. I have a Aptina MT9P401 image sensor which is processed by the ISP. The sensor has a mirror capability. When attempting to set this up, the resulting image has the wrong colors, green is predominant. Does the ISP have the capability to process a mirrored image from a sensor in bayer format?
How to creat a internal forum? I can't find the links. I just add the INT- for the subject, but it looks no use.
Hey guys, i am trying to write the 16bits FIR assembly code using CCS v3.3. it is the first time, and i have red the tutorial. but still there are a lot of errors. So, can anyone tell me. what i need to do. to make it working. Thank you
#include <stdio.h>
#include <stdlib.h>
void main()
{
.data
int x = 4000h ;/* 16 bits for the variables for*/
int a = 2000h
long int y = 10h
int A
.text
.global start
start:
STM a,AR2
STM x,AR3
LD 0,A
RPT 9
MPY *AR2+,*AR3+,A
STH A,*(y)
NOP
.end
}
Link file:
PAGE 0: IPROG: origin=0x1000, len=0x1000
PAGE 1: IDATA: origin=0x400, len=0x1000
PAGE 1: IVARS: origin=0x1400, len=0x1000
SECTIONS
.text { } > IPROG
.data { } > IDATA
.bss { } > IVARS