Hi,I'm attempting to debug the example code (LedToggling) generated from CubeMX, but it's showing an error as described in the image below. The board was working fine before, but suddenly, I'm encountering this issue. Although I can connect thro...
Hello,Working on touchGFX project (ide: IAR workbench 8.40) for STM32H750B-DK board and its working (generate code, run simulator, run target from TouchGFX generator tool) as well as successfully build in IAR also. But I couldn't debug this project f...
Hello Everyone,I'm using STM32H7 family microcontroller and when try to debug the code from IAR Workbench there is a error popup on my screen like " Flash download error: Failed to open file 'Project Folder\EWARM\Project\Exe\ProjectName.sim' ". After...
Hello @Anitha @Amel NASRI @ad'ag.1 ,Facing the same problem with IAR 8.40.1.But there may be two solutions that I come up with.Increase the region size (Added 8 byte more) and update the ending address from 0x2000'0028 to 0x2000'0030 for RUN_TIM...