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.

RTOS/TMDXICE110: Flash SPI memory programming

Part Number: TMDXICE110
Other Parts Discussed in Thread: AMIC110

Tool/software: TI-RTOS

Hello.

I have a TMDXICE110. That contain on board FLASH memory. I need to use them to load my project and after, I whant to start my project from FLASH. How can I load project to FLASH through JTAG? And how I should configuratin and build my project, that them started from FLASH?

  •  When the console requests the download of a file, how can I do this?

  • If I understand correctly, this program "Isdk_spi_flasher" does only erasing FLASH. Maybe I'm not explaining correctly, I need to program FLASH on board with my RTOS program. For example, I have a basic example "NIMU_ICSS_BasicExample_iceAMIC110_wSoCLib_armExampleproject" from PDK package, it is workin on DDR3 downloaded througth JTAG. Now I want to load this program into FLASH and run it autonomously without a debugger. How can I do it?
  • Dmitry,

    Please ignore the link provided by Biser as that seems to be legacy utility that doesn`t reflect the currently supported flash mechanism for AMIC110 devices.

    The description of how to bootload AM335x or AMIC110 devices is provided over here:

    Specifically look at the steps for Boot via McSPI provided in the section :

    When you build the NIMU example as part of te post build step the CCS project will create an app file.  You need this file along with the bootloader_boot_mcspi_a8host_debug_ti.bin file located at pdk_am335x_1_0_9\packages\ti\starterware\binary\bootloader\bin\am335x-evm\gcc.

    The flash writer for the platform is located at <PDK_INSTALL_DIR\packages\ti\starterware\starterware\tools\flash_writer\spi_flash_writer_AM335X.out onto the EVM

    Please try this out and let us know if you are running into any issues. Hope this helps.

    Regards,

    Rahul