2013-09-26 03:45 AM
I am working on STM32F429I-EVAL board with JLINK (Ver 4.76e) as Probe. I have successfully loaded and executed the hello world program on Internal Embedded SRAM (0x20000000; Size = 192K).
But I am unable to access Embedded Internal Flash (0x08000000; Size = 2MB). Is it locked by default?Is there any programming sequence to enable this Flash?Is there any jumper settings to enable this Flash?Is there any multiplexing by default? #stm322013-09-26 05:23 AM
No it should work normally by default. What tool chain are you trying to use to program it? What error, if any, are you getting?
Keil would need you to select the appropriate Target, and flash programming algorithm. Please refer to the board manual for jumper settings, and defaults.2013-09-26 05:52 AM
Thanks for response
I am using Code Sorucery GNU Tools for ARM [CodeBench is used as debugger]. and here is the error -target-download D:/workspace1/stm32_hello/Debug/stm32_hello.out -verifyError message from debugger back end:Load verification failed at address 0x8000000I have checked user manual but could not find any jumper settings?2013-09-26 06:39 AM
Sounds like a problem with your tools, or configuration thereof, contact Code Sourcery support.
Alternatively use the on-board ST-LINK with the ST-LINK Utilities, or current versions of Keil or IAR