--- **[tickets:#458] Config script for target stm32f3x is not correct.** **Status:** new **Milestone:** 0.11.0 **Created:** Tue Sep 09, 2025 02:08 PM UTC by Jan Veris **Last Updated:** Tue Sep 09, 2025 02:08 PM UTC **Owner:** nobody Config script for target stm32f3x is not correct. There is WORKINGAREASIZE set to 0x4000 in it, so the OpenOCD flash loader attempts to use address range 0x20000000 - 0x20003FFF as working area. But some devices like STM32F303K8 has only 12kB of SRAM available at 0x20000000 address. The rest 4kB are mapped to 0x10000000. This results in error during the falsh write operation. Configuration: STM32F303K8 ST-LINK/V2 ISOL --- Sent from sourceforge.net because openocd-devel@lists.sourceforge.net is subscribed to https://sourceforge.net/p/openocd/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/openocd/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.