We have tested the STL package in 2 scenarios for Flash test on STM32L452: CASE 1: Linker settings:FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 512K Pre-Post build settings:0x08000000 0x08080000 0x400 STL user template settings:/* FLASH configur...
Hello Petr, Thanks for your response. My code is divided into two parts:Part 1: bootloader Part 2: main application When I am debugging main application using Segger, everthing is working fine, flash test is getting passed.But when I combine both hex...
Hello Awiernie,I have gone through above discussion. I am also experiencing some thing same, please see below. My code is divided into two parts:Part 1: bootloaderPart 2: main applicationWhen I am debugging main application using Segger, everthing is...
Hello All, Flash test is passing while I am in debug mode or run mode.But failing when flashing hex file in mcu using Segger J-Flash lite. Kind regards,Pavel