Development board hardware: Functional diagram 6-layer PCB design, open source, YYDS
The main control chip is: The STM32U585 microcontroller uses an Arm Cortex-M33 processor core running at 160 MHz, supports TrustZone technology for the Armv8-M architecture, DSP and floating point unit (FPU), and expands the STM32 ultra-low power product series and its performance. In addition to providing 2 MB on-chip Flash memory, the STM32U585 also provides additional hardware encryption acceleration engines (AES, PKA and OTFDEC).
The development board should come with its own system. The test is as follows:
Tera Term is a serial port debugging tool from abroad with a simple interface and practical functions. It is a terminal emulator for Microsoft Windows, supporting serial ports, remote login and SSH connections, and a built-in macro scripting language.
Configuration screenshot
STM32U585-DISCOVERY, MB1551 REV C
Test Software Build: Mar 30 2021 15:16:53
Device ID : 0x00000482
Revision : 0x00002000
Unique ID : 004F0020-35365004-2034314B
SysClock= 160.00Mhz
Test status loaded.
Flashed VrefInt raw value: 65535
Uncalibrated VrefInt in flash: 52799mV
-> Using typical VrefInt value: 1210mV
VREFINT Channel value from ADC: 1497
Actual VREF: 3310mV
<Press any key> to launch "Production" tests or press <M> to select Menu
==> Launch Menu mode !
=== Overall test status : Remain(8) - Pass(17) - Fail(0) ===
##############################################################
## STM32U585-DISCOVERY Test Software
## MB1551 REV C
## Build: Mar 30 2021 15:17:00
##############################################################
PRODUCTION MODE
VDD: 3310mV
Please select one of the following test :
[ 0 ] Launch the complete sequence of tests
[ 1 ] Reset status
[ 2 ] { OK } ST-LINK LED
[ 3 ] { OK } User LEDs
[ 4 ] { OK } User Button
[ 5 ] { OK } Boot0
[ 6 ] { OK } 32K XTAL
[ 7 ] { OK } Bluetooth
[ 8 ] { OK } Wifi
[ 9 ] { OK } USB HID (Keyboard)
[ A ] { OK } Reset button
[ B ] { OK } Arduino
[ C ] { OK } Arduino Reset
[ D ] { OK } Octo SPI Flash
[ E ] { OK } Octo SPI Ram
[ F ] { OK } Sensors ping
[ G ] { OK } STMOD I/Os
[ H ] { OK } PMOD I/Os
[ I ] { OK } Digital Microphones
[ \ ] Switch in Validation Menu
Choice >
Tried STM32CubeProgrammer, but STLINK was not recognized. The next step was to test Keil or IAR programming.