Add STM32U5 and STM32L5 support - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: EBlink (https://www.embitz.org/forum/forum-3.html) +--- Forum: Scripts (https://www.embitz.org/forum/forum-7.html) +--- Thread: Add STM32U5 and STM32L5 support (/thread-131.html) |
Add STM32U5 and STM32L5 support - Buzzwang - 22-07-2022 Hello, basicly I'm using a selfmade cmake based buildchain and using EMBitz only for debuging by passing the .elf file to it. I have bought 2 nucleo boards. Both are not suppoerted, yet. I would like to add the both devices myself, just by copy&paste&replace. But I'm not sure about the different core M33. I also tried to check EBLink-github for updates, but I cannot reach it. ST-LINK SN : 002B004F3331510A33323639 ST-LINK FW : V3J8M3 Board : NUCLEO-U575ZI-Q Voltage : 3.30V SWD freq : 24000 KHz Connect mode: Normal Reset mode : Software reset Device ID : 0x482 Revision ID : Rev X Device name : STM32U575/STM32U585 Flash size : 2 MBytes Device type : MCU Device CPU : Cortex-M33 BL Version : 0x92 Debug in Low Power mode enabled Interface USB# : 002B004F3331510A33323639 Interface type : STlink/V3 STlink connect : Under reset Target voltage : 3.30V Interface speed: 24000KHz Target detected: Cortex-M33 (r0p4) with FPv5_SP HW breakpoints : 8 HW watchpoints : 4 Fault unwind : Active break (level 2) Error unsupported STM32 ID: 0x482 Please report this ID so that we can add it. ------------------------------------------------------- ST-LINK SN : 066CFF505352716587121640 ST-LINK FW : V2J37M26 Board : NUCLEO-L552ZE-Q Voltage : 3.24V SWD freq : 4000 KHz Connect mode: Normal Reset mode : Software reset Device ID : 0x472 Revision ID : Rev B Device name : STM32L5xx Flash size : 512 KBytes Device type : MCU Device CPU : Cortex-M33 BL Version : -- Interface USB# : 066CFF505352716587121640 Interface type : STlink/V2.1 STlink connect : Under reset Target voltage : 3.24V Interface speed: 4000KHz Target detected: Cortex-M33 (r0p2) with FPv5_SP HW breakpoints : 8 HW watchpoints : 4 Fault unwind : Active break (level 2) Please report this ID so that we can add it. RE: STM32U5 and STM32L5 - embitz - 23-07-2022 Ok, and what is your question? RE: STM32U5 and STM32L5 - Buzzwang - 24-07-2022 (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 |