March 2, 2025

STM32F429 Discovery Kit - Plug it in

After sitting in a box for 5 years, here we go. I dig a mini-USB cable out of my box, connect it to the ST-Link port, and plug it into a USB port on my linux desktop.

Several LED's light up:

And the display has stuff displayed! I have 6 options. And the display is a touch screen! I press "system information" and it tells me:

Core Cortex M4F
CPU speed 168 Mhz
Firmware 1.0.3
Copyright 2013 STMicro
This is all very cute, but lets me know that my board is healthy.

My linux logfile shows:

Mar  2 16:55:43 trona kernel: usb 3-1.5: new full-speed USB device number 7 using ehci-pci
Mar  2 16:55:43 trona kernel: usb 3-1.5: New USB device found, idVendor=0483, idProduct=374b, bcdDevice= 1.00
Mar  2 16:55:43 trona kernel: usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar  2 16:55:43 trona kernel: usb 3-1.5: Product: STM32 STLink
Mar  2 16:55:43 trona kernel: usb 3-1.5: Manufacturer: STMicroelectronics
Mar  2 16:55:43 trona kernel: usb 3-1.5: SerialNumber: 066BFF545052836687101947

Mar  2 16:55:43 trona kernel: cdc_acm 3-1.5:1.2: ttyACM1: USB ACM device

Mar  2 16:55:43 trona kernel: usb-storage 3-1.5:1.1: USB Mass Storage device detected
Mar  2 16:55:43 trona kernel: scsi host10: usb-storage 3-1.5:1.1
Mar  2 16:55:43 trona kernel: usbcore: registered new interface driver usb-storage
Mar  2 16:55:43 trona kernel: usbcore: registered new interface driver uas
Mar  2 16:55:44 trona kernel: scsi 10:0:0:0: Direct-Access     MBED     microcontroller  1.0  PQ: 0 ANSI: 2
Mar  2 16:55:44 trona kernel: sd 10:0:0:0: Attached scsi generic sg5 type 0
Mar  2 16:55:44 trona kernel: sd 10:0:0:0: [sde] 4168 512-byte logical blocks: (2.13 MB/2.04 MiB)
Mar  2 16:55:44 trona kernel: sd 10:0:0:0: [sde] Write Protect is off
Mar  2 16:55:44 trona kernel: sd 10:0:0:0: [sde] No Caching mode page found
Mar  2 16:55:44 trona kernel: sd 10:0:0:0: [sde] Assuming drive cache: write through
Mar  2 16:55:44 trona kernel: sd 10:0:0:0: [sde] Attached SCSI removable disk
Mar  2 16:55:49 trona udisksd[950]: Mounted /dev/sde at /run/media/tom/DIS_F429ZI on behalf of uid 1004
Note that this says USB full-speed, not high-speed.

I connect picocomm to ttyACM1 and get no response.

Linux mounts the mass storage device and shows me 2 files:

tom@trona:/run/media/tom/DIS_F429ZI$ pwd
/run/media/tom/DIS_F429ZI
tom@trona:/run/media/tom/DIS_F429ZI$ ls -l
total 8
-r--r--r-- 1 tom tom  46 May 27  2004 DETAILS.TXT
-r--r--r-- 1 tom tom 512 May 27  2006 MBED.HTM
Here is the contents of DETAILS.TXT --
Version: 0221
Build:   Dec 20 2019 11:22:25
And here is MBED.HTM --
<!-- mbed Platform Website and Authentication Shortcut -->



mbed Website Shortcut




Feedback? Questions? Drop me a line!

Tom's Computer Info / [email protected]