2020-12-04 07:01 AM
hi, I'm developing software with IDE IAR for ARM using STM32H745XI.
I would like to ask you, if possible, how to create a dual-core project without going through STM32CubeMX on IAR IDE by loading all drivers for both ARM (CMSIS) and ST HAL drivers with the correct project tree.
Many thanks in advance!
Solved! Go to Solution.
2020-12-04 01:15 PM
Hello @FraN ,
Welcome to the STM32 Community :smiling_face_with_smiling_eyes:
STM32CubeH7 provides a rich set of HAL templates and examples (preconfigured projects) for STM32H745 boards based on dual-core for IAR toolchain.
Please refer to the readme.txt for each example.
This application note AN5286 "STM32H7x5/x7 dual-core microcontroller debugging" provides guidelines for the debug of custom applications which run on the STM32H7x5/x7 microcontrollers using the software EWARM Toolchains. (refer to the section 4)
Please mark my answer as best by clicking on the "Select as Best" button if it fully answered your question. This will help other users find this solution more quickly.
Imen
2020-12-04 01:15 PM
Hello @FraN ,
Welcome to the STM32 Community :smiling_face_with_smiling_eyes:
STM32CubeH7 provides a rich set of HAL templates and examples (preconfigured projects) for STM32H745 boards based on dual-core for IAR toolchain.
Please refer to the readme.txt for each example.
This application note AN5286 "STM32H7x5/x7 dual-core microcontroller debugging" provides guidelines for the debug of custom applications which run on the STM32H7x5/x7 microcontrollers using the software EWARM Toolchains. (refer to the section 4)
Please mark my answer as best by clicking on the "Select as Best" button if it fully answered your question. This will help other users find this solution more quickly.
Imen