SPRUJE4A August   2024  – November 2024 F29H850TU , F29H859TU-Q1

 

  1.   1
  2.   Description
  3.   Get Started
  4.   Features
  5.   5
  6. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specification
    4. 1.4 Device Information
  7. 2Hardware
    1. 2.1  Quick Start Setup
      1. 2.1.1 Configuration 1: Stand-alone Configuration
      2. 2.1.2 Configuration 2: C2000 controlCARD Backward Compatibility Configuration
      3. 2.1.3 Configuration 3: Baseboard Configuration
    2. 2.2  Design Details
      1. 2.2.1 Power Tree
      2. 2.2.2 Clocking
      3. 2.2.3 Reset
      4. 2.2.4 Board ID EEPROM
    3. 2.3  Power Requirements
    4. 2.4  Configuration Options
      1. 2.4.1 Boot Mode Selection
      2. 2.4.2 ADC Voltage Reference Selection
      3. 2.4.3 MCAN-A Boot Support
      4. 2.4.4 FSI DLT Support
      5. 2.4.5 EtherCAT PHY Clock Selection
    5. 2.5  Header Information
      1. 2.5.1 Baseboard Headers (J1, J2, J3)
      2. 2.5.2 XDS Debug Header (J4)
      3. 2.5.3 DLT Header (J5)
    6. 2.6  Push Buttons
    7. 2.7  User LEDs
    8. 2.8  Debug Information
    9. 2.9  Test Points
    10. 2.10 Best Practices
  8. 3Software
    1. 3.1 Software Description
    2. 3.2 Software Installation
    3. 3.3 Software Development
    4. 3.4 Developing an Application
  9. 4Hardware Design Files
    1. 4.1 Schematics
    2. 4.2 PCB Layouts
    3. 4.3 Bill of Materials (BOM)
  10. 5Additional Information
    1. 5.1 Known Hardware or Software Issues
      1. 5.1.1 EVM Usage Notes
      2. 5.1.2 MCU144E1 Known Hardware Issues
    2. 5.2 Trademarks
  11. 6References
  12. 7Revision History

Developing an Application

A sample application can be built, loaded, and ran on the EVM once the MCU_SDK_F29H85x and CCS Theia have been installed.

Follow these steps to load a simple LED blinking example on the F29H85x controlSOM:

  1. Set the controlSOM in flash boot mode
    1. Set switch S1 (GPIO84) to 1
    2. Set switch S1 (GPIO72) to 1
  2. Set up the controlSOM and XDS110ISO-EVM in Stanalone configuration (see Section 2.1.1)
  3. Power on the EVMs
  4. Launch CCS Theia
  5. Go to "File -> Import Project(s)"
  6. Click "Browse.." and navigate to the path below, then click "Select Folder":
    1. C:\ti\mcu_sdk_f29h85x_X_XX_XX_XX_\examples\driverlib\single_core\led\led_ex1_blinky
  7. Select the "led_ex1_blinky" project from the "Discovered Projects" list and click "Finish" to import the project into the workspace
  8. Right-click on the project name and select "Build Configurations -> CPU1_FLASH"
    F29H85X-SOM-EVM Build Configuration
                            Selection Figure 3-1 Build Configuration Selection

  9. Right-click on the project name and select "Debug Project (F5)". This builds the project, executes the "post build sequence for FLASH configuration", and launches the target configuration.
    F29H85X-SOM-EVM Debug Project
                            Selection Figure 3-2 Debug Project Selection

  10. Select "Texas Instruments XDS110 USB Debug Probe_0/C29xx_CPU1" as the core
  11. Navigate to Debug (left side of screen) and select the blue play button to run the example
    F29H85X-SOM-EVM Run Selection Figure 3-3 Run Selection

  12. Observe the LED blinking on the controlSOM