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.

SYSCONFIG: How to add new flash in SYSCONFIG

Part Number: SYSCONFIG

Dear all

SDK - mmw_mcuplus_sdk_xwrL64xx_05_01_00_00

SYSCONFIG - sysconfig 1.11

In example source which is located in C:\ti\mmw_mcuplus_sdk_xwrL64xx_05_01_00_00\examples\drivers\qspi\qspi_flash_transfer,

only MX25V1635F is supported.

In my new project W25Q16JV winbond will be used.

How can I add W25Q16JV?

I make file flash_nor_qspi_device_W25Q16JV.c in which the instruction and attribute of W25Q16JV are described.

Let me know the way or let me have code snippet.

Best and Regard

  • Hi,

    In this case, I think it may be best to just not configure the Flash module via Sysconfig. As a reminder, Sysconfig is simply a tool to allow you to make some changes more quickly and easily via a GUI, so you can always just opt to not use sysconfig for this if the option doesn't already exist. It would likely be significantly more effort for you to add the option to sysconfig than to just not use sysconfig for this. I would recommend you just look at what code is generated based on that field, and replace it with what is needed for your specific flash module.

    Best Regards,
    Alec

  • Thx for your opinion.

    I found the way to add new device in sysconfig.