Tarek BOCHKATI
6c1e1a212a
flash/stm32l4x: add support of STM32WL5x dual core
...
according the RM0453, the second core have a different Flash CR and SR
registers for flash operations (called C2CR and C2SR).
so we need to a different flash_regs than older L4 devices.
@see stm32wl_cpu2_flash_regs
the C2CR register don't contain LOCK and OPTLOCK bits, and this explain
the addition of new register index called STM32_FLASH_CR_WLK_INDEX to
look-up the CR with lock, to be used in locking/unlocking the flash.
note: DBGMCU_IDCODE cannot be read using CPU1 (Cortex-M0+) at AP1,
to solve this read the UID64 (IEEE 64-bit unique device ID register)
Change-Id: Ifb6e291bf97f814f0b9987b2c40f3037959f7af4
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com >
Reviewed-on: https://review.openocd.org/c/openocd/+/6050
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de >
2021-08-26 13:13:02 +00:00
..
2021-07-02 17:09:47 +01:00
2020-09-05 17:12:32 +01:00
2021-08-14 13:32:07 +01:00
2021-07-24 10:38:00 +01:00
2021-07-24 10:38:00 +01:00
2021-08-14 13:32:07 +01:00
2021-07-24 10:38:00 +01:00
2021-08-22 13:15:24 +00:00
2021-06-13 19:58:28 +01:00
2021-08-22 13:19:16 +00:00
2021-08-14 13:28:54 +01:00
2021-08-14 13:32:07 +01:00
2021-07-24 10:37:49 +01:00
2020-03-07 15:31:09 +00:00
2021-07-24 10:38:31 +01:00
2018-06-15 20:06:25 +01:00
2021-07-24 10:38:31 +01:00
2018-06-06 15:38:25 +01:00
2021-08-14 13:32:07 +01:00
2021-07-02 17:08:40 +01:00
2021-07-24 10:38:11 +01:00
2021-01-13 11:33:53 +00:00
2021-06-13 19:58:28 +01:00
2021-05-02 22:40:24 +01:00
2021-08-14 13:32:07 +01:00
2021-07-24 10:38:31 +01:00
2021-08-14 13:32:07 +01:00
2021-06-13 19:58:28 +01:00
2021-07-24 10:37:49 +01:00
2021-07-24 10:38:31 +01:00
2021-08-14 13:32:07 +01:00
2021-08-14 13:32:07 +01:00
2020-11-08 22:46:00 +00:00
2021-07-24 10:38:00 +01:00
2021-08-14 13:32:07 +01:00
2021-08-22 13:19:07 +00:00
2020-07-26 20:13:22 +01:00
2021-07-20 14:55:24 +01:00
2021-07-20 14:55:24 +01:00
2021-07-24 10:37:49 +01:00
2021-05-02 22:40:24 +01:00
2021-08-14 13:32:07 +01:00
2021-08-14 13:32:07 +01:00
2021-07-24 10:37:49 +01:00
2021-07-24 10:38:31 +01:00
2021-05-22 10:06:32 +01:00
2021-08-14 13:32:07 +01:00
2021-07-02 17:08:40 +01:00
2016-05-24 22:30:55 +01:00
2021-07-24 10:37:49 +01:00
2021-08-14 13:32:07 +01:00
2020-07-07 05:23:54 +01:00
2020-07-26 20:13:22 +01:00
2021-08-14 13:32:07 +01:00
2021-08-14 13:32:07 +01:00
2021-07-24 10:37:49 +01:00
2021-08-14 13:32:07 +01:00
2020-09-05 17:12:32 +01:00
2021-05-02 22:40:24 +01:00
2021-07-24 10:37:49 +01:00
2020-11-08 22:46:00 +00:00
2021-06-13 19:58:28 +01:00
2021-07-24 10:37:49 +01:00
2020-08-02 10:47:29 +01:00
2020-11-08 22:46:00 +00:00
2021-08-14 13:32:07 +01:00
2021-08-14 13:32:07 +01:00
2021-08-14 13:32:07 +01:00
2021-08-14 13:32:07 +01:00
2021-08-26 13:13:02 +00:00
2021-08-26 13:13:02 +00:00
2021-08-14 13:32:07 +01:00
2021-08-14 13:32:07 +01:00
2020-11-15 21:04:29 +00:00
2021-07-24 10:37:49 +01:00
2021-08-14 13:32:07 +01:00
2021-08-14 13:32:07 +01:00
2021-07-24 10:37:49 +01:00
2021-07-20 14:55:24 +01:00
2021-07-24 10:38:19 +01:00
2021-07-24 10:38:31 +01:00
2021-07-24 10:38:00 +01:00
2021-06-13 19:58:28 +01:00
2021-07-24 10:38:00 +01:00
2021-08-14 13:32:07 +01:00
2021-08-22 13:18:52 +00:00