2020-03-16 12:59 AM
IAR version is 8.32.1. It has CMSIS library support for F7 controllers.
2020-03-16 01:18 AM
No, and will not be. Look at AN5044 or rewrite your code to register level.
2020-03-16 03:34 AM
Some peripherals in the STM32F7 are register level compatible with the STM32F4 series, for which there is a Standard Peripheral Library.
For the list of (in)compatible peripherals see AN4660 Migration of microcontroller applications from STM32F42xxx/F43xxx devices to STM32F7 Series devices.
Then I would just rewrite the SPL drivers for the incompatible ones, keeping the SPL function names and interfaces wherever possible.
2020-03-16 04:15 AM
Thanks Piranha and Berendi for your replies. now I understand that there is no SPL for F7 series. Also do you have any idea about following query:
2020-03-21 04:33 AM
https://github.com/ARM-software/CMSIS_5
Just use CMSIS-Core files from ARM and CMSIS-Device definition/source files from ST. I don't use IAR, but I don't believe that it cannot compile anything you need, otherwise it wouldn't be a decent IDE. Quick search finds this, where it seems that you can configure to build anything you want: