• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Microcontrollers » All Tags » flash
Share
Microcontrollers
  • C2000™ Microcontrollers C2000™ Microcontrollers
  • Hercules™ Safety Microcontrollers Hercules™ Safety Microcontrollers
  • MSP430™ Microcontrollers MSP430™ Microcontrollers
  • Other Microcontrollers Other Microcontrollers
  • Stellaris® ARM® Microcontrollers Stellaris® ARM® Microcontrollers
  • Tiva™ ARM® Microcontrollers Tiva™ ARM® Microcontrollers

Browse by Tags

Microcontrollers

Welcome to the Microcontrollers Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
flash
  • "28335"
  • 28027
  • 28035
  • 2803x
  • 2808
  • 280x
  • 2812
  • 281x
  • 28335
  • 2833x
  • 28x
  • 28xx Flash
  • 2xx
  • 5xx
  • ACLK
  • adc
  • arm
  • baud rate
  • boot
  • boot loader
  • bootloader
  • BSL
  • BSL BSL430
  • BSL430
  • C Programming Language
Related Posts
  • Forum Post: What are the CPU speed to execute code in flash for the F280x devices before the device is initialized?

    Yanming35051 Yanming35051
    Champs, Refer to datasheet and user guide of C28x, the flash pipeline mode is not active, flash paged/random read wait states need 15 wait states and a total of 16 sysclock cycles per access the flash code/data after device reset or power up. There are serveral question on these. 1. What are the...
    on Jun 19, 2008
  • Forum Post: F28235 ADC DELAY_US

    Magnus Wohlfart Magnus Wohlfart
    Champs, I have a customer whose program is only running normally, when he doesn't use the "DELAY_US" function in the "DSP2833x_Adc.c" He would like to use the "DELAY_US" function to wait for e.g. 20us. When running and debugging from RAM there is no problem...
    on Aug 18, 2008
  • Forum Post: Writing to F2808's flash in real-time

    Adam Vasicek Adam Vasicek
    Hi, I would like to save a few words of user settings in the internal flash of TMS320F2808 DSC. Also the program itself is running mainly from the internal flash as there is no external memory of any kind connected. Are there any other ways of achieving this apart from using Flash API Library ? (Which...
    on Aug 25, 2008
  • Forum Post: Re: SPRAAU8 Copying Compiler Sections From Flash to RAM...

    Davor Davor
    The flash programmer "knows" that there are initialized sections placed in RAM but cannot "know" if your code is making sure that these sections are initialized - hence a warning. Does you application run from flash, after you reset the CPU?
    on Sep 21, 2008
  • Forum Post: Re: sdgoF28xx.dvr

    Magnus Wohlfart Magnus Wohlfart
    The sdgo28x.dvr is part of the emulation driver releases of Spectrum Digital, the latest one (for CCSv3.3) can be downloaded here: http://support.spectrumdigital.com/ccs33/Release-30327/setupCCSPlatinum_v30327A.ZIP Rgds, Magnus
    on Sep 30, 2008
  • Forum Post: Re: DSP\Bios example

    Lori Heustess Lori Heustess
    This application note may help - it has examples for DSP/BIOS that run from both SARAM as well as flash: Running an Application from Internal Flash Memory on the TMS320F28xx DSP http://focus.ti.com/general/docs/techdocsabstract.tsp?abstractName=spra958h
    on Oct 3, 2008
  • Forum Post: Re: Not enough memory

    HTrudel HTrudel
    johannes Sorry, I've never seen that error message. For the #pragma, please read spru514c.pdf, Section 6.9.2. It seems there may be a problem with my eZdsp f28335 board. I used Code Composer Studio to fill address 0x200000 with zeros. WhenI read back the memory, it was filled with 8s. I manually...
    on Oct 7, 2008
  • Forum Post: Re: TMS320F2812 CKFA software help...URGENT

    Tim Love Tim Love
    Tranz, The software appears to work with the PC to 28x connection just not with the micro. You should go about this by a debug approach to establish 28x to 28x communication before going to the non-28x support. The app-report details the procedure required for 28x to 28x communication. Regards...
    on Oct 14, 2008
  • Forum Post: How to structure a project for both debugging using emulator and programming to flash

    HTrudel HTrudel
    Hi, I have reached a point in my project where a version running from flash is required. I know I have to modify the linker command file to load the program to flash memory, to modify code to load sections of code requiring faster execution to internal ram, etc. What I would like to do is keep the...
    on Oct 23, 2008
  • Forum Post: Re: Flash API error #-1

    HTrudel HTrudel
    I disabled the option Perform Go Main automatically in the Customize options of CCS and now it seems to works (at least I can do the frequency test succesfully). Hope this can help somebody else...
    on Oct 24, 2008
  • Forum Post: Re: TMS320F28335 DSP fall to secure mode

    Pradeep Shinde Pradeep Shinde
    Trying ‘Depletion Recovery’ (button in the Operation window) will help if the flash is in over-erase condition. Probably, the flash is permanently locked. That is all CSM locations are now 0x0000. This can happen if the erase operation is terminated (reset or power-down) before completion...
    on Nov 11, 2008
  • Forum Post: F2811 blown (physically damaged during Flash Programming)

    Magnus Wohlfart Magnus Wohlfart
    Hi Guys, I have a customer who is permanently damaging (blowing) the F2811 DSP when attempting to program the FLASH the JTAG. So far he has damaged 6 parts on different PCBs. He tried using a different emulator and also a different PC but the problem still occurs. If he manages to succesfully progam...
    on Nov 20, 2008
  • Forum Post: Re: ADC examples

    Tim Love Tim Love
    Gaston, All of the examples included in the Header Files package are configured for boot to RAM option (with the exception of the flash example). This allows for quick and efficient evaluation for each peripheral. The flash example can be used as a template to convert the rest of the projects. There...
    on Dec 17, 2008
  • Forum Post: Re: TMS320F28335 Falsh API

    Pradeep Shinde Pradeep Shinde
    You get this error while programming the flash, correct? The F28335 flash API file (FlashAPIInterface28335V1_01.out) is installed in the following folder (if you have allowed the default installation); C:\CCStudio_v3.3\plugins\Flash28xx\Algorithms\28335 When you run the CCS's On-Chip Flash...
    on Jan 1, 2009
  • Forum Post: Correct Flash programming API for Piccolo

    rperezti rperezti
    Champs, Happy New Year! One of our 3rd parties is looking for the Flash programming API files for Piccolo and they pointed out that the link below leads to a revision of the 'F280xx API files from July 2006. They're concerned that this might not be the best version to use with Piccolo. Can...
    on Jan 7, 2009
  • Forum Post: Using data flash on F5438

    Pascal4275 Pascal4275
    Hello! Just an update to say that the code below works. I just forgot to stop interrupts. Sorry. The code below works. If you send several bytes, just add a wait condition on FCTL3. Pascal ---------------- Hello! I have to use the data flash on a F5438. I was successfully using it on a...
    on Jan 29, 2009
  • Forum Post: Re: warning! no valid program is currently loaded into memory. Do you still want to run?

    mf azim mf azim
    Dear Tim Love, Thanks for the information. I got another question. How to flash a program that is stored inside memory and not on chip flash which means that it save the program in the MCU and the next time i debug/run the eZdsp it will automatically run the function/program that i have downloaded...
    on Feb 18, 2009
  • Forum Post: Re: warning! no valid program is currently loaded into memory. Do you still want to run?

    mf azim mf azim
    Hello, Sorry if the question is not clear. Let me clarify what actually the question in my mind. 1) I use to run the example which project is configured for "boot to SARAM". Example of it is timed_led_blink program from sprc530, what i can see is that the cmd used is 28335_RAM_lnk.cmd. What...
    on Feb 20, 2009
  • Forum Post: Placing code into different parts of flash memory

    LukasRiedel LukasRiedel
    Hi everybody, I am trying develop the programme, in which the parts of code will be in different parts of flash memory. There should be regular programme, which should start at the begining of the flash memory, and then my own bootloader, which should be at the highest part of flash memory. I use MSP430F2132...
    on Mar 13, 2009
  • Forum Post: Re: Placing code into different parts of flash memory

    BrandonAzbell BrandonAzbell
    old_cow_yellow But I know that you cannot jump very far. You may want to try branch instead of jump. old_cow_yellow is correct, a JMP instruction uses a 10-bit signed offset in the opcode which will be relative to the current PC. Therefore, you get a -511 to +512 word relative to the PC. The...
    on Mar 15, 2009
  • Forum Post: Re: TMS320f28335 Data bus

    Pankaj Pankaj
    Thank you. it worked for different zones. now i am able to read and write to zones. But i am also using SCI-A for debugging and the problem is multiplexed pins. TXDA / XA-19 TXDA / XRNW. well, thats not an issue. It would be better if there are dedicated pins for add and data lines like that...
    on Apr 7, 2009
  • Forum Post: Re: Reading from local flash

    BrandonAzbell BrandonAzbell
    You don't need to go through this. Let's assume you have written a table of data, for example, into flash at a particular location. If you have a label associated with that table, then your code can reference that data in the table by the label itself. driesione 2. Can somebody also explain...
    on Apr 9, 2009
  • Forum Post: Re: Reading from local flash

    driesione driesione
    Hey Brandon, forgive me but i don't understand what you mean. Can you please give me some exampleCode about reading out data from the local flashmemory? About the FCTL-registers, i really looked them up in the datasheet. But i didn't understood if i have to put the "0x05A" in the...
    on Apr 9, 2009
  • Forum Post: Re: Reading from local flash

    BrandonAzbell BrandonAzbell
    The below is from the MSP430 code examples for the MSP320F20xx devices found here . SLAC080 I modified it to add a constant table. Because this is declared as a constant, it will be added to the .const section which in the standard linker command file will be allocated to Flash memory. #include <msp430x20x3...
    on Apr 10, 2009
  • Forum Post: Re: Reading from local flash

    driesione driesione
    Hi Brandon, thanks for posting this code but i think it's not really what we are looking for. We want to address a very specific flashsegment(A || B || C || D) in the information memory As you can see in the codesnippet that i posted, we want to address that specific memoryaddress and afterwards...
    on Apr 10, 2009
12345»
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use