2020-08-09 10:46 PM
2020-08-10 04:50 AM
Hi Kenter690 ,
Did you verify that you have selected the correct device (STM32F730) from the project options ? It could be possible that it is missing and you need to download a new patch for IAR to add it.
Another possibility is even if you selected a correct target device, maybe you didn't indicate a symbol to use as preprocessor.
To define a symbol, you need to go to IAR options, in the "C/C++ Compiler" category add the symbol (STM32F730xx in your case ) in the "preprocessor" tab.
I hope this help solve your problem!
-Imen
2020-08-10 12:55 PM
Update IAR?
Find a patch and apply it? STM32Cube_FW_F7_V1.16.0\Utilities\PC_Software\patch\EWARM\EWARM_v7_ValueLine_STM32F7x0x8_Support.zip
Find a close proxy and modify the .ICF / GUI settings to reflect the lesser memory (allegedly). How about an F722 ?
2020-08-10 10:46 PM
hello clive1 ,
Thanks for your answers.
2020-08-10 10:47 PM
hello clive1 ,
Thanks for your answers.
the EWARM_v7_ValueLine_STM32F7x0x8_Support.zip is find. But I don't know How to add file to my project ?
when project select F722 , F732 , the IAR have not "Unknown Target" error.