2023-08-23 10:17:49 +02:00
|
|
|
==========
|
|
|
|
ST STM32U5
|
|
|
|
==========
|
|
|
|
|
2023-10-25 20:28:04 +02:00
|
|
|
This is a port of NuttX to the STM32U5 Family
|
|
|
|
|
2023-08-23 10:17:49 +02:00
|
|
|
The STM32U5 is a chip based on ARM Cortex-M33.
|
|
|
|
|
2023-10-25 20:28:04 +02:00
|
|
|
Used development board is the B-U585I-IOT02A
|
|
|
|
|
|
|
|
Most code is copied and adapted from the STM32L5 port.
|
|
|
|
|
|
|
|
The only supported STM32U5 family currently is:
|
|
|
|
|
|
|
|
================ ======= ============================
|
|
|
|
NuttX config Manual Chips
|
|
|
|
================ ======= ============================
|
|
|
|
STM32U5 RM0456 STM32U575xx and STM32U585xx
|
|
|
|
================ ======= ============================
|
|
|
|
|
|
|
|
TODO list
|
|
|
|
---------
|
|
|
|
|
|
|
|
Extensive testing. Only initial sniff tests have been done.
|
|
|
|
A prober TODO list should be generated.
|
|
|
|
|
|
|
|
References
|
|
|
|
----------
|
|
|
|
|
|
|
|
[RM0456] STMicroelectronics, STM32U575/585 Arm(R)-based 32-bit MCUs, Rev 2
|
|
|
|
|
|
|
|
|
2023-08-23 10:17:49 +02:00
|
|
|
Supported MCUs
|
|
|
|
==============
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
Peripheral Support
|
|
|
|
==================
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
Supported Boards
|
|
|
|
================
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:glob:
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
boards/*/*
|