This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC3200: aa

Part Number: CC3200
Other Parts Discussed in Thread: UNIFLASH,

Tool/software: Code Composer Studio

i open the uniflash out_of_box project .

1. make format 

2. program service pack

3. drive program operation

i get success and is not work 

i try  format the flash after i program the cc3200 using CCS debug and is looks it not format the flash.

  • Asaf,

    CC3200 does not have user accessible on chip flash, and therefore you cannot format any flash with CCS. It has serial flash which you will have to use UniFlash v3 or the CC3200 python flash tool to format the serial flash.

    You can read this forum post where other users have answered how to flash the out-of-box example to the board: 

    Victor

  • 1i create bin file using CCS.

    2.open uniflash 

    3. set format flash for 1Mb

    4. power off

    5.power on 

    result: my application still run on cc3200 

    expected result: Nothing...

    it looks uniflash is not format the flash even i get success on the process.

    tha same for program

  • Could you go into uniflash and click on "List File System" and paste the output here?

    While you are at it please press "Get Version" as well and paste the results.

  • [17:53:15] INFO: file start size fail total size filename
    [17:53:15] INFO: index block [BLKs] safe [BLKs]
    [17:53:15] INFO: ----------------------------------------------------------------------------
    [17:53:15] INFO: N/A 0 5 N/A 5 FATFS
    [17:53:15] INFO: 0 71 17 yes 34 /sys/mcuimg.bin
    [17:53:15] INFO: 4 5 66 no 66 /sys/servicepack.ucf
    [17:53:15] INFO: 6 105 1 yes 2 www/param_config.html
    [17:53:15] INFO:

    it looks it program the device but the program is not run.
    in my program i build my http server and if i run the program via ccs and use my http server to get methos event via my html is look like the file is not exist . post methos is work
    advice
    Thanks
  • And after a format it is still showing the file list above?
  • [20:14:13] INFO: file start size fail total size filename
    [20:14:13] INFO: index block [BLKs] safe [BLKs]
    [20:14:13] INFO: ----------------------------------------------------------------------------
    [20:14:13] INFO: N/A 0 5 N/A 5 FATFS
    [20:14:13] INFO:


    I HAVE two problems:
    1. program bin file, generated by ccs, is not run after the program.
    2. my html that programed via uniflash to www/param_config.html is not called by browser... i dont get http event
    mysimplelink.net/param_config.html

    param_config.html
    <html><body>__SL_G_UID</body></html>
    advice
    Thanks
  • The above log shows the format should have been successful. Basically the only file you should see is the FATFS.

    The problem you have having setting up/running your app is a different issue to flashing and it should be discussed in the CC3200 forum as we can only help you with flashing tooling here. I suggest you try to flash the example programs from the SDKs to be sure you are configuring the device correctly first.