Skip to main content
FraN
Associate
December 4, 2020
Solved

STM32H745XI and IAR IDE for ARM development

  • December 4, 2020
  • 1 reply
  • 1078 views

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!

This topic has been closed for replies.
Best answer by Imen.D

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.

  • STM32Cube_FW_H7_V1.8.0\Projects\STM32H745I-DISCO\Templates\
  • STM32Cube_FW_H7_V1.8.0\Projects\STM32H745I-DISCO\Examples\

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

1 reply

Imen.DBest answer
Technical Moderator
December 4, 2020

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.

  • STM32Cube_FW_H7_V1.8.0\Projects\STM32H745I-DISCO\Templates\
  • STM32Cube_FW_H7_V1.8.0\Projects\STM32H745I-DISCO\Examples\

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

"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"