November 27, 2023

STM32H747I-DISCO "Discovery kit with STM32H747XI MCU" -- ST-Link

The board has ST-link "built in" via a STM32F723IEK6 chip dedicated to that purpose. Just for the record, the F723 is a Cortex-M7 running at 216Mhz with 512K of flash and 256K of SRAM. It even has 8K each of I and D cache.

Grabbing a micro USB cable and plugging it into my linux system, I see:

Nov 27 10:45:54 trona kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Nov 27 10:45:55 trona kernel: usb 1-1: New USB device found, idVendor=0483, idProduct=374e, bcdDevice= 1.00
Nov 27 10:45:55 trona kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 27 10:45:55 trona kernel: usb 1-1: Product: STLINK-V3
Nov 27 10:45:55 trona kernel: usb 1-1: Manufacturer: STMicroelectronics
Nov 27 10:45:55 trona kernel: usb 1-1: SerialNumber: 0035001B3232510339353236
Nov 27 10:45:55 trona kernel: cdc_acm 1-1:1.2: ttyACM1: USB ACM device
Nov 27 10:45:55 trona kernel: usb-storage 1-1:1.1: USB Mass Storage device detected
Nov 27 10:45:55 trona kernel: scsi host10: usb-storage 1-1:1.1
Nov 27 10:45:55 trona kernel: usbcore: registered new interface driver usb-storage
Nov 27 10:45:55 trona kernel: usbcore: registered new interface driver uas
Nov 27 10:45:56 trona kernel: scsi 10:0:0:0: Direct-Access     MBED     microcontroller  1.0  PQ: 0 ANSI: 2
Nov 27 10:45:56 trona kernel: sd 10:0:0:0: Attached scsi generic sg4 type 0
Nov 27 10:45:56 trona kernel: sd 10:0:0:0: [sdd] 12368 512-byte logical blocks: (6.33 MB/6.04 MiB)
Nov 27 10:45:56 trona kernel: sd 10:0:0:0: [sdd] Write Protect is off
Nov 27 10:45:56 trona kernel: sd 10:0:0:0: [sdd] Asking for cache data failed
Nov 27 10:45:56 trona kernel: sd 10:0:0:0: [sdd] Assuming drive cache: write through
Nov 27 10:45:56 trona kernel: sd 10:0:0:0: [sdd] Attached SCSI removable disk
Nov 27 10:46:01 trona udisksd[9104]: Mounted /dev/sdd at /run/media/tom/DIS_H747XI on behalf of uid 1004
So, we see 3 things. The third (mass storage) surprises me. It contains 3 files:
-r--r--r--  1 tom  tom    65 Mar 26  2019 DETAILS.TXT
-r--r--r--  1 tom  tom   512 Mar 26  2019 GETSTART.HTM
-r--r--r--  1 tom  tom   512 Mar 26  2019 MBED.HTM
The DETAILS file has:
Version: V3J10M3
Build:   Nov 19 2021 16:55:14
The GETSTART file has a (broken) redirection link to: The MBED file has this link as a "shortcut", which has useful diagrams and information
Feedback? Questions? Drop me a line!

Tom's Computer Info / tom@mmto.org