Skip to main content
Visitor II
January 24, 2024
Question

Stm32f7508-dk HW upgrade issue

  • January 24, 2024
  • 1 reply
  • 854 views

How can I port my stm32f7508-dk project from hardware C-02 to C-03

when install the same binary file the screen will hang , that’s due to change in the flash memory ,

now how to update the driver for flash memory g??

thanks and regards

    This topic has been closed for replies.

    1 reply

    Graduate II
    January 24, 2024

    Should be some metadata in the configuration for STM32 Cube Programmer command line to select

    W25Q128JVEIQ_STM32F7508-DK.stldr

    instead of

    N25Q128A_STM32F7508-DISCO.stldr

     

    MakprogAuthor
    Visitor II
    January 25, 2024

    Thanks for reply.

    is it the same for the cubeIDE ?

    BR