This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil does not have STM32F7508-DK board support

Hello,

I just got a new discovery board STM32F7508-DK. When I start working on board, I find that keil does not support this discovery board.

Please clarify that am I right ?

And also please help me.

Thanks in advance.

Parents
  • The board is identical to the STM32F746G-DISCO

    Pick that, and then shrink the IROM allocation in the Target Dialog. The STM32F750N8 ships as having 64KB of FLASH, the die still has 1MB on it.

    For more code, add the QSPI memory at 0x90000000, along with the Flash Algorithm for the external memories.

Reply
  • The board is identical to the STM32F746G-DISCO

    Pick that, and then shrink the IROM allocation in the Target Dialog. The STM32F750N8 ships as having 64KB of FLASH, the die still has 1MB on it.

    For more code, add the QSPI memory at 0x90000000, along with the Flash Algorithm for the external memories.

Children