SCI Boot without Toggling Switches
From Texas Instruments Embedded Processors Wiki
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.
- Modify the command linker file
- Modify the source code
- LINK TEXT HERE
Boot Process Modification for SCI (in User OTP)
Once programmed, this is final!
Related
- Real-Time Mode
- Real-Time Mode Debug with CCStudio
- Tutorial for Realtime mode for C2000
- C2000 One Day workshop tutorial
Leave a Comment
Comments
Comments on SCI Boot without Toggling Switches

Now in my project ,I need to jump to SCI Boot without Toggling Switches.I using the following code in my project: step1.
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)