cancel
Showing results for 
Search instead for 
Did you mean: 

load application binary file issue

nhwzzang
Associate

https://community.st.com/t5/stm32-mcus/how-to-build-an-ai-application-from-scratch-on-the-nucleo-n657x0/ta-p/828502

There was a problem while following this guide.


In dev mode, the signed binary files are programmed in cubeprogrammer and re-run in flash mode, and the blue light remains on. (The FSBL main() runs normally)
I set BOOT_Application() to breakpoint through CUBEIDE and debugged line by line.


An error occurred in img_size = BOOT_GetApplicationSize(uint32_t) source for CopyApplication
source:<error: Cannot access memory at address 0x70100000>
destination:<error: Cannot access memory at address 0x24050000>

I have confirmed that there is an error.

0x70100000 I programmed the signed application file in that area
What is the reason for this problem?

1 REPLY 1
ivan6
Associate II

destination address should be 0x34000000 as that is where the secure RAM block starts so try setting destination address to this inside cube mx