blob: 284cd1670448b2de856bd6912f76340bb3f4da1e [file] [log] [blame]
Gabor Abonyif371d272022-07-19 13:54:05 +02001###########################
2Musca-S1 Platform Specifics
3###########################
4
5****************
6DAPLink Firmware
7****************
Dávid Házi6cf78962023-02-03 10:23:37 +01008The code on Musca-S1 is running from on-chip eMRAM (2MB non-volatile bootable memory).
9Make sure that the DAPLink FW for QSPI/MRAM is downloaded to the board. You can find on the
Gabor Abonyif371d272022-07-19 13:54:05 +020010`Arm Community page <https://community.arm.com/oss-platforms/w/docs/463/musca-s1-firmware-update-qspi-mram-boot-recovery>`__
11A short description of how to update the DAPLink FW can be found there as well.
12
13********************
14Platform pin service
15********************
16
17This service is designed to perform secure pin services of the platform
18(e.g alternate function setting, pin mode setting, etc).
19The service uses the IOCTL API of TF-M's Platform Service, which allows the
20non-secure application to make pin service requests on Musca S1 based on a
21generic service request delivery mechanism.
22
23--------------
24
Dávid Házi6cf78962023-02-03 10:23:37 +010025*Copyright (c) 2023, Arm Limited. All rights reserved.*