After changing from STM32H753 Y to VI, an error occurred.
I compile using IAR Embedded Workbench, and download the code.
Recently, the chip was changed from STM32H753 Y to VI.
I tried to insert the code used in the Y version into the VI as it is, and I issued the following warning in IAR.
Mon Mar 09, 2020 09:22:50: Warning: There are warnings during download, see Log Window
Mon Mar 09, 2020 09:22:50: Loaded debugee: D:2. Project2. HURm7_codeEWARMHUR_IOExeHUR_IO.out
Mon Mar 09, 2020 09:22:50: Hardware reset with strategy 0 was performed
Mon Mar 09, 2020 09:22:50: Target reset
Mon Mar 09, 2020 09:22:50: There was 1 warning during the initialization of the debugging session.
It succeeded in downloading the code using STM32 Utility instead of IAR, but it did not work normally.
I used the oscilloscope to confirm that the Timer interrupt is operating normally.
I was working on debugs to solve this problem when I found out that my code was held in HardFault_Handler.
Thank you in advance.
Regards,
