Part Number: LP-AM243
Other Parts Discussed in Thread: UNIFLASH
Hi Experts,
Can the external Flash on the board be initialized? Or what about erasing?
Any Tools? or any possible way? Thanks!
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.
Hi Shaoxing,
Documentation of flashing tools can be found here: https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/08_02_00_12/exports/docs/api_guide_am243x/TOOLS_FLASH.html
This describes how to get UART Uniflash tool help: https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/08_02_00_12/exports/docs/api_guide_am243x/TOOLS_FLASH.html#autotoc_md816
Default cfg files for understanding the tool syntax are located in <SDK>\tools\boot\sbl_prebuilt\am243x-lp.
I'm not sure what you mean by "initialize", but these docs cover programming the flash.
The flash can be erased using the UART Uniflash "erase" command:
For the LP, COM<x> is the XDS110 Class Application/User UART, see https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/08_02_00_12/exports/docs/api_guide_am243x/EVM_SETUP_PAGE.html#CCS_UART_TERMINAL
Regards,
Frank