SCI Boot without Toggling Switches

From Texas Instruments Embedded Processors Wiki

Jump to: navigation, search
Translate this page to   

Contents

Introduction

This describes the process of booting to SCI without having to change the corresponding switches on a controlCARD. This can enable easier flash programming through SCI. The following modifications can be added into User OTP or Flash, both methods will be described here. The modified boot process will boot to this code on Reset, and determine if SCI is being used or not. If SCI is inactive, it will branch to user AppCode.

Boot Process Modification for SCI (in Flash)

This section describes how to put the modified boot process into Flash.

Boot Process Modification for SCI (in User OTP)

Once programmed, this is final!


Related

E2e.jpg For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article SCI Boot without Toggling Switches here.
Hyperlink blue.png Links
ARM Microcontroller MCU ARM Processor Digital Media Processor Digital Signal Processing Microcontroller MCU Multi Core Processor
Ultra Low Power DSP 8 bit Microcontroller MCU 16 bit Microcontroller MCU 32 bit Microcontroller MCU

Leave a Comment

Comments

Comments on SCI Boot without Toggling Switches


Xiaoxue said ...

Now in my project ,I need to jump to SCI Boot without Toggling Switches.I using the following code in my project: step1.

  1. define SCI_Boot (void(*) (void)) 0x3FF63C

Step2. Call the SCI_Boot()function.

(*SCI_Boot)(); However,after lots of try, I can't achieve the SCI_Boot. Has anyone done it before? Do need your help!


--Xiaoxue 09:38, 9 May 2012 (CDT)

Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox