ti card

Learn about ti card, we have the largest and most updated ti card information on alibabacloud.com

TI Processor SDK Linux am335x evm/bin/unshallow-repositories.sh hacking

#!/bin/bash## ti Processor SDK Linux am335x EVM/bin/unshallow-repositories.SHhacking# Description: # This article mainly on the Unshallow of TI's SDK-The repositories.sh script is interpreted in order to understand # its working mechanism. ## .-4- -Shenzhen Nanshan Ping Shan Village Zengjianfeng # authors:# Franklin Cooper jr.# This distribution contains contributions or derivatives under Copyrig ht# as follows:##

On the Edma of TI DSP

), Edma_opt_tccm_of ((TCC 0x30) >> 4), Edma_opt_atcint_no,/* Disable Alternate Transfer */ /* Complete Interrupt */ Edma_opt_atcc_of (0), Edma_opt_pdts_disable,/* DISABLE PDT (Peripheral device */ /* transfer) mode for source */ Edma_opt_pdtd_disable,/* DISABLE PDT mode for dest */ Edma_opt_link_no,/* Enable linking */ edma_opt_fs_no/* No=array Yes=block Synchronization * * ), EDMA_SRC_RMK (SRCADDR), EDMA_CNT_RMK (edma_cnt_frmcnt_of (frameCount-1)), Edma_cnt_elecnt_of (Elementcount)), EDMA_DST_

Ti OMAP 3530 PSP compile note (4) --- run on the devkit8000 Board (1)

I use TI to compile the EVM configuration by default and download it to the Board for running. I started to try another method. The idea is as follows: (1) devkit8000 imitates the clone version of beagleboard, and its kernel modification is also obtained from the Beagle configuration; (2) the data structure of the kernel has changed greatly from 28 to the latest kernel version. Even with the old configuration to Beagle and the new configuration to

PWM of Ti-rtos

PWM of Ti-rtosThe CC1310 has 4 timers,8 PWM channels, and the ti-rtos Its driver is written well, the reference needs to include the PWM.h header file. is typically preceded by the task principal, or the main function is initialized.BOARD_INITPWM ();//...Pwmhandle = Pwm_open ();Pwm_open (Pwmhandle);-------------------the above code only needs to be called once -----------------------------------Pwm_setdu

TI's DaVinci and OMAP Resources

Ti website resources. We suggest you register a my.ti.com to download some software development tools and materials.Ti home: http://focus.ti.com.cn/cn/tihome/docs/homepage.tspOr www.ti.comThe "processor" link can be used to link to the home page of each chip, for example:Http://focus.ti.com.cn/cn/docs/prod/folders/print/omap3530.htmlYou can download data manuals, application documents, user manuals, and development tools. My.

TI CC2530 Basic Experiment (ordinary GPIO operation--click the button to light the light)

For CC2530 Gpio Basics, General Gpio operation about registers, IAR Embedded Workbench IDE software use: TI CC2530 Basic Experiment (ordinary GPIO operation-Light LED)Schematic diagram of the circuit:Analysis : You need to press the button to light the light, and do not use the interrupt mode, that is, we need to monitor whether the press is pressed (P0_4 is low, high-level means release).Settings : Lamp LED1 corresponding P1_0 pin for normal

TI CC2530 Basic Experiment (Timer 1 query mode-free running mode)

In this experiment, the CC2530 Timer 1 (16-bit) Query method is used to control the LED1 to 1S periodic flashing, this experiment uses three registers T1CTL (Timer 1 control register), T1stat (Timer 1 status register), IRCON.For CC2530 Gpio Basics, General Gpio operation about registers, IAR Embedded Workbench IDE software use: TI CC2530 Basic Experiment (ordinary GPIO operation-Light LED)schematic diagram of the circuit:Register Analysis:1, Timer 1 c

Discussion on the optimization experience of TI DSP 6000 series

instructions was very helpful in optimizingIf you're free, you can look at the assembly instructions, especially the 64-core DSP, many packaging instructions and SIMD instructions are very helpful for program-level optimization.You don't have to write a compilation, write a linear assembly, you don't have to schedule parallelism, that's a lot more than a compilation.I now do optimization is to try to do with C, and then look at the disassembly instructions, not satisfied with the linear assembl

TI Processor SDK Linux am335x evm/bin/commom.sh hacking

#!/bin/sh## ti Processor SDK Linux am335x EVM/bin/commom.sh hacking# Description: # This article mainly explains the common.sh script in TI's SDK, in order to understand its working mechanism. ## .-4- -Shenzhen Nanshan Ping Shan Village Zengjianfeng # This distribution contains contributions or derivatives under copyright# asfollows:## Copyright (c) ., Texas Instruments incorporated# All rights reserved.## redistr

TI Processor SDK Linux am335x evm/bin/setup-minicom.sh hacking

#!/bin/sh## ti Processor SDK Linux am335x EVM/bin/setup-minicom.sh hacking# Description: # This article mainly on the TI SDK in the setup-The minicom.sh script is interpreted in order to understand # its working mechanism. ## .-4- -Shenzhen Nanshan Ping Shan Village Zengjianfeng # This distribution contains contributions or derivatives under copyright# asfollows:## Copy

WebLogic Turn on Debug mode when startup occurs Error:cannot load this JVM TI agent Twice__web

Parse Error: WebLogic The following error occurred while opening debug mode startup: Error:cannot load THISJVM TI agent twice, check your Java command line for duplicate options.Error occurred during initialization of VMAgent Library failed to init:jdwp Cannot load this JVM TI agent twice, cannot load this JVM ti proxy twice. Presumably, what configuration in th

Ti dvsdk on omap3530 use devkit8000 (1)

/sys/devices/platform/omapdss/overlay0/global_alpha: nonexistent directoryError: failed to execute: Echo 0>/sys/devices/platform/omapdss/overlay0/global_alpha ========================================================== ========================================================== === After reading this, the system displays a warning message during udev loading. When the system starts up to this point, telnet and httpd are all up. The LCD displays the penguin and logon prompt, which is actually rea

Analysis of Ti cortex m3 serial port to Ethernet routine 1 -- Overview

Ti official website download stellarisware package, decompress by default path, in c: \ stellarisware has multiple folders, where C: \ stellarisware \ board \ rdk-s2e folder is the main character: source code for serial port to Ethernet. It uses lwip1.3.2 as the TCP/IP protocol stack. TI's serial port to Ethernet module can quickly convert serial transmission to Ethernet transmission. The module includes a microcontroller based on ARM cortex m3, a pai

Ti cortex m3 serial port to Ethernet routine analysis 3 -- lwip1.3.2 porting

The underlying application of Ti cortex m3 serial port to Ethernet routine is LWIP and the version is v1.3.2. For LWIP, a stranger can check it online. It is an open-source TCP/IP protocol written by Adam in Switzerland. Since the serial port to Ethernet routine is based on LWIP, let's see how LWIP is transplanted to TI's cortex m3 hardware. This is the split line ------- For the porting overview, refer to the blog article. The following describes the

Analysis of Ti ble protocol stack Software Framework

When looking at the source code, it generally starts from the entrance of the entire code, and the source code of the Ti ble protocol stack is no exception. Its main () function is the entry of the entire program, which is automatically called when the system powers on. It mainly does the following: (1) underlying hardware Initialization Configuration (2) create a task and initialize the task Configuration (3) Detect and execute valid task events Th

Modify the TI SensorDemo routine to get rid of the annoying joystick and buttons!

The SensorDemo routine provided by TI is very good. With ZigBee Sensor Monitor, you can also observe the network topology of ZigBee. However, according to the original SensorDemo, collector, router, and enddevice both have corresponding buttons or joystick to operate in order to establish a network and send data. 1. Add another configuration-RouterEB Open the SensorDemo Project, find Edit Configurations under the Project menu, and click the New button

Analysis of ti ble protocol stack Software Framework

When looking at the source code, it generally starts from the entrance of the entire code, and the source code of the ti ble protocol stack is no exception. Its main () function is the entry of the entire program, which is automatically called when the system powers on. It mainly does the following: (1) underlying hardware Initialization Configuration (2) create a task and initialize the task Configuration (3) Detect and execute valid task events Th

In-depth introduction to CChart one lesson per day-Happy high 4 13th Lesson Liu ti on the monthly, Win32 standard control ChartCtrl hand in hand, cchartchartctrl

In-depth introduction to CChart one lesson per day-Happy high 4 13th Lesson Liu ti on the monthly, Win32 standard control ChartCtrl hand in hand, cchartchartctrl In the previous lesson, the new ChartCtrl control was introduced in the dialog box. This section briefly introduces another usage of this control. First, follow the previous steps to create a Win32Application. The following is a response routine for adding a WM_CREATE message. Case WM_C

"Turn" TI z-stack protocol Stack Learning-Add new tasks

://www.wyouxi.com/index.php/group_thread/view/id-8583Add the appropriate items to Osalinittasks () and tasksarr[]. 1. Modify Osalinittasks () void osalinittasks (void) {... Ouhsapp_init (taskid++); Photoapp_init (TaskID); } 2. Modify Tasksarr[]const Ptaskeventha ...Add the appropriate items to Osalinittasks () and tasksarr[].1. Modify Osalinittasks ()void Osalinittasks (void){......Ouhsapp_init (taskid++);Photoapp_init (TaskID);}2. Modify tasksarr[]Const PTASKEVENTHANDLERFN tasksarr[] = {......O

Infrared control of TI CC2541

always wrong, originally sent is 4 byte is 0x00,0xff, 0x0c,0xf3, but the probability of error up to 20%, many times is XX, E0, 0E what.Later I will counter timer made to output high and low level, so that I can observe, really found that the counter each about dozens of MS, there will be a gap, (forget), to prove that the timer in this gap was interrupted, interrupted even the timer interrupted did not go in.I'm going to break the priority for various changes next.To know, 2541 interrupt priori

Total Pages: 15 1 2 3 4 5 6 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.