Flashing SRAM with USART bootloader
I followed the article on placing a program into SRAM - I can't place the link here, on an STM32 (I'm using the STM32L476RG Nucleo board)
I can successfully execute the program from SRAM directly from STM32CubeIDE however when I try and load the program into STM32CubeProgrammer and program into SRAM using the UART bootloader, I can see that the device has successfully been connected to however I get this issue:
13:54:33 : Error: Write address not acknowledged: 0x20000000
13:54:33 : Error: failed to download Segment[0]
13:54:33 : Error: failed to download the File
Is it possible to program the SRAM using the UART bootloader?
