Skip to main content
Finepulse
Associate
December 31, 2021
Question

stm32h750 External Loader porting error

  • December 31, 2021
  • 1 reply
  • 727 views

I have porting to h750 based on the provided code, but the following error occurs. error message appears, and sometimes Cube Prog does not run. What could be the cause? Where should I review?

0693W00000HqE5lQAF.jpg

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
December 31, 2021

If the file didn't build properly, copy/rename correctly or is simply not there?

You *really* shouldn't use the "Program Files" directory to copy/store user generated code, I'd suggest putting the tools in a C:\STM32 directory where the ownership and virtualization issues are less opaque.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Finepulse
FinepulseAuthor
Associate
December 31, 2021

I think there might be a problem with the build of the file.

Where should the code be reviewed?

Change the tool installation location and try again.

thank you.