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.

Dm648 - Nor Flash interfacing

hello ;

 needed information on memory available on DM648 evm . I only hve DDR and Nor Flash 2 store information onboard and the Nor Flash is not directly linked to DM648 processor . 

In case i hve to burn code on my board , the only option is Nor Flash ??? but its not interface with processor ..

thank u

 

  • I am not sure what your question really is here, are you looking for a way to burn the flash or for alternate methods of booting the DM648? I have not done much DM648 work myself but I believe the software package included with the DM648 EVM has software for burning the flash on the EVM.

  • Amna Rasul said:
    hello ;

    needed information on memory available on DM648 evm . I only hve DDR and Nor Flash 2 store information onboard and the Nor Flash is not directly linked to DM648 processor.

    In case i hve to burn code on my board , the only option is Nor Flash ??? but its not interface with processor ..

    thank u

    Bernie is correct - the EVM comes with software that allows you to write to the flash on the EVM. If you wish to do this on your own hardware then the EVM flash writer may not work.

    This is because the EVM incorporates an MSP430 to do a lot of signal routing (among other things). The flash writer that comes in the DVSDK (downloadable from the DM648 Software Updates page) was written specifically for the EVM and as such likely would not work on your board unless you design yours the same way; however, you could still use that software as a starting point and modify it to fit your board instead.

     

  • hi,

    DM648 dvsdk contains the flashutil folder, which contains the document having process for flashing the application onto dm648 flash memory.

    I have tried this and it works fine.

      - pravin