Skip to main content
Associate
January 24, 2024
Question

Stm32f7508-dk HW upgrade issue

  • January 24, 2024
  • 2 replies
  • 870 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.

2 replies

Tesla DeLorean
Guru
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

 

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
MakprogAuthor
Associate
January 25, 2024

Thanks for reply.

is it the same for the cubeIDE ?

BR