e2e.ti.com Open in urlscan Pro
2a02:26f0:3500:887::b48  Public Scan

Submitted URL: http://e2e.ti.com/
Effective URL: https://e2e.ti.com/
Submission: On November 06 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form>
  <fieldset class="search" id="header-5031_searchFields">
    <ul class="field-list">
      <li class="field-item">
        <span class="field-item-description hidden">
          <label>Search</label>
        </span>
        <span class="field-item-input">
          <input autocomplete="off" type="search" placeholder="Search" aria-label="Search" id="header-5031_Search" value="">
        </span>
      </li>
    </ul>
  </fieldset>
</form>

<form>
  <fieldset class="search" id="fragment-325425_searchFields">
    <ul class="field-list">
      <li class="field-item">
        <span class="field-item-description hidden">
          <label>Search by part number and/or keyword</label>
        </span>
        <span class="field-item-input">
          <input autocomplete="off" type="search" placeholder="Search by part number and/or keyword" aria-label="Search by part number and/or keyword" id="fragment-325425_Search" value="">
        </span>
      </li>
    </ul>
  </fieldset>
</form>

Text Content

TI E2E SUPPORT FORUMS

 * Search

 * User

 * Site
 * Search
 * User



 * E2E™ design support >
 * Forums
   * Amplifiers
   * Audio
   * Clock & timing
   * Data converters
   * DLP® products
   * Enterprise Automation Integration
   * Interface
   * Isolation
   * Logic
   * Microcontrollers
   * Motor drivers
   * Power management
   * Processors
   * RF & microwave
   * Sensors
   * Site support
   * Switches & multiplexers
   * Tools
   * Wireless connectivity
   * Archived forums
   * Archived groups
 * Technical articles
   * Analog
   * Automotive
   * DLP® technology
   * Embedded processing
   * Industrial
   * Power management
 * TI training
   * Tech days
   * Online training
   * Live events
   * Power Supply Design Seminar
 * Getting started
 * 简体中文
 * 







WELCOME TO THE TI E2E™ DESIGN SUPPORT FORUMS

TI E2E™ design support forums are an engineer’s go-to source for help throughout
every step of the design process.
Our engineers answer your technical questions and share their knowledge to help
you quickly solve your design issues.





SEARCH EXISTING QUESTIONS

Start by searching thousands of existing answers to see if the solution to your
problem is already online.

 * Search by part number and/or keyword





ASK A NEW QUESTION

Log in or create a free myTI account to post a new question and connect with our
engineers.

Ask a new question


GET QUALITY, PACKAGING OR ORDERING SUPPORT

For non-design-related questions such as ordering semiconductor parts and tools,
contact our customer support center where you can open a support ticket, chat
with us 24 hours a day, Monday through Friday; or call the TI support team.

TI Customer Support Center





FORUMS

 * Amplifiers
 * Audio
 * Clocks & timing
 * Data converters
 * DLP products
 * Enterprise Automation Integration
    * TI API

 * Interface
 * Isolation

 * Logic
 * Microcontrollers
   * MSP low-power microcontrollers
   * C2000™ microcontrollers
   * Arm-based microcontrollers
 * Motor drivers
 * Power management

 * Processors
 * RF & microwave
 * Sensors
 * Site support
 * Switches & multiplexers
 * Tools
   * Code Composer Studio™ software
   * Simulation, hardware & system design tools

 * Wireless connectivity
   * Bluetooth®
   * Sub-1 GHz
   * Wi-Fi®
   * Zigbee® & Thread
   * Other wireless
 * Archived forums
 * Archived groups




 * Recent posts




 * Nov 24, 2020
 * Anonymous asked a question in Power management > Power management forum:
   TPS22810: SPICE model imported into ADS not functioning properly
   Part Number: TPS22810
   
   
   Hi,
   
   I am testing this load switch and imported the .LIB file from ti.com into
   ADS, but I am not getting any changing results on Vout. There is no
   documentation that verifies which pin on the SPICE model corresponds to which
   pin on...
   
   Read more.
   
   
   
    * 
    * View more replies
    * Anonymous in reply to Shreyas Dmello
      
      Hi Shreyas,
      
      
      
      S-param extraction is a feature in ADS, but needs a properly functioning
      load switch in order to work. The help I need is really something similiar
      to John Miller's in this thread: 
      
      
      
      I tried to recreate his fix, but had no luck. Is there...
      
      Read more.
      
      
    * dimitri james in reply to Anonymous Suggested Answer
      
      Lysny, 
      
      
      
      We can't provide support for Keysight ADS, we do not have access to this
      software and officially only support the use of our models with TINA and
      Cadence PSIPCE (TI version). 
      
      
      
      I would suggest to use PSPICE for TI but it doesn't support the...
      
      Read more.
      
      
    * 
   
   
   
 * Aug 6, 2020
 * Anonymous asked a question in MSP low-power microcontrollers > MSP low-power
   microcontroller forum:
   CCS/MSP430FR4133: Help with my program
   Part Number: MSP430FR4133
   
   
   Tool/software: Code Composer Studio
   
   Hi, I am developing a datalogger that collects information from several
   sensors with different protocols such as I2C, UART, 1-Wire, etc, and then
   saved in an I2C memory. Then, it transfers...
   
   Read more.
   
   
   
    * 
    * Luke Ledbetter
      
      Hello Jesus,
      
      Are you trying to make the different ports support multiple sensors then
      figure out which sensor is connected to that port?
      
      Luke 
      
      
      
      
    * 
   
   
   
 * Aug 3, 2020
 * Anonymous asked a question in Sensors > Sensors forum:
   AWR1243: Sequencing of 3 frames
   Part Number: AWR1243
   
   
   Hi,
   
   We'd like to sequence the following chirp configuration in a cascaded
   AWR1243P design:
   
   
   
   CHIRP1 x 512 TX0-MASTER ------> CHIRP2 x 512 TX1-SLAVE -----> CHIRP3 x 512
   TX2-SLAVE
   
   
   
   For example, master chirp configuration looks...
   
   Read more.
   
   
   
    * 
    * View more replies
    * Jitendra Gupta in reply to Anonymous Verified Answer
      
      Hello,
      
      Glad that you are able to get the correct LVDS signal.
      
      You need to have same no. of chirp
      in frameData.subframeDataCfg[x].totalChirps to get all the chirp data over
      CSI2/LVDS, that you did this time correctly.
      
      
      
      Now for your other question on Tx...
      
      Read more.
      
      
    * Anonymous in reply to Jitendra Gupta
      
      Great, thanks for your support!
      
      
      
      
    * 
   
   
   
 * Jul 30, 2020
 * Anonymous asked a question in Sensors > Sensors forum:
   AWR1243: LVDS valid in cascaded configuration
   Part Number: AWR1243
   
   
   Hi, 
   
   
   
   Accoding to
   
   
   
   https://e2e.ti.com/support/sensors/f/1023/t/686001
   
   
   
   LVDS valid is only high for the first frame in an apparently multiple frame
   configuration.
   
   
   
   We're following a sub-frame configuration (total of 3) for a master...
   
   Read more.
   
   
   
    * 
    * View more replies
    * Anonymous in reply to Vivek Dham
      
      Hi Vivek,
      
      
      
      Many thanks for your reply. You're correct, we are not seeing the second
      and third subframes in either chips.
      
      This is our triggering setting:
      
      if (deviceMap == RL_DEVICE_MAP_CASCADED_2)
      
      	{
      
      		advFrameCfgArgs.frameSeq.triggerSelect = 2;...
      
      Read more.
      
      
    * Vivek Dham in reply to Anonymous Verified Answer
      
      Hello,
      
      the master should be in SW triggered mode and slave device in HW triggered
      mode. The SYNC OUT of the master needs to be connected to the SYNC IN pin
      of the slave so that it receives the SYNC pulse and triggers the chirps.
      
      
      
      Regards,
      vivek
      
      
      
      
    * 
   
   
   
 * Jul 20, 2020
 * Anonymous asked a question in Code Composer Studio™︎ > Code Composer Studio
   forum:
   Составитель:Fatal error C1021
   
   Tool/software: TI C/C++ Compiler
   
   Hello. I came across an error on my website diya when parsing files for C / C
   ++. Gave this error: fatal error C1021: invalid preprocessor command
   'tooltiphint'. Everything seems to be working fine, but having a bug in...
   
   Read more.
   
   
   
    * 
    * View more replies
    * Ki Suggested Answer
      
      Hello.
      
      
      
      
      > Andrew Fabian said:
      > Gave this error: fatal error C1021: invalid preprocessor command
      > 'tooltiphint'.
      
      
      
      
      
      Please see the below link:
      
      https://developercommunity.visualstudio.com/content/problem/506760/fatal-error-c1021-invalid-preprocessor-command...
      
      Read more.
      
      
    * Anonymous in reply to Ki
      
      Thank you for your trouble.
      
      
      
      
    * 
   
   
   


Show More


upload










Die TI-Websites verwenden Cookies, um die Seitenfunktionalität und Ihre
persönliche Benutzererfahrung zu verbessern. Um weitere Informationen zu
erhalten oder Ihre Präferenzen zu ändern, besuchen Sie die Seite mit unserer
Cookie-Richtlinie. Klicken Sie auf „Annehmen und Fortfahren“, um Cookies
anzunehmen und zur Seite zu gelangen.
Präferenzen verwalten Annehmen und Fortfahren