(23-07-2022, 05:25 PM)embitz Wrote: Ok, and what is your question?
Hallo,
Quote:Please report this ID so that we can add it.I just reported as requested.
At the moment, I think I'm fine.
I added both devices to file "stm32-auto.script"
The seetings in that file seems to be important only for flashing.
Only for debugging, it seems to make the job.
Code:
// Cortex M4
case 0x415 : // CHIPID_STM32_L4
case 0x435 : // CHIPID_STM32_L43X
case 0x461 : // CHIPID_STM32_L49X/L4A
case 0x462 : // CHIPID_STM32_L45X/L46X
case 0x464 : // CHIPID_STM32_L41X/L42X
case 0x470 : // CHIPID_STM32_L4R/L4S
case 0x471 : // CHIPID_STM32_L4P5/L4Q5x
case 0x472 : // L5xx
case 0x482 : // U575/U585
require("stmicro/stm32l4x.script")
break