Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add STM32U5 and STM32L5 support
#3
(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
Reply


Messages In This Thread
Add STM32U5 and STM32L5 support - by Buzzwang - 22-07-2022, 06:49 PM
RE: STM32U5 and STM32L5 - by embitz - 23-07-2022, 05:25 PM
RE: STM32U5 and STM32L5 - by Buzzwang - 24-07-2022, 08:01 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)