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.
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.
I also have an STM32F7508-DK board and have been unable to use Keil. Thanks for this answer... but one more question, if I may: is the full 1 MB of on-board flash usable? The small 64 KB range has been a problem when using a non-Keil IDE, trying to get max processing speed.
With the caches enabled, and suitably clocked, the QSPI should perform reasonably well.
The die of the part contains 1MB, only 64KB is tested as this significantly improves the throughput of the test equipment. If you can do some erase, and test pattern writes successfully you'll be reasonably safe from gross errors in the array
Ironically the shipped demo app is much larger than 64KB as I recall.
View all questions in Keil forum