Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 1 | ########################### |
| 2 | Musca-B1 Platform Specifics |
| 3 | ########################### |
| 4 | |
| 5 | **************** |
| 6 | DAPLink Firmware |
| 7 | **************** |
| 8 | The code on Musca-B1 is running from embededed flash. Make sure that the DAPLink |
| 9 | FW for eFlash is downloaded to the board. You can find on the |
| 10 | `Arm Community page <https://community.arm.com/developer/tools-software/oss-platforms/w/docs/425/musca-b1-firmware-update-qspi-boot-recovery>`__ |
| 11 | A short description of how to update the DAPLink FW can be found there as well. |
| 12 | |
Miklos Balint | c7b1b6c | 2019-04-24 12:38:36 +0200 | [diff] [blame^] | 13 | ******************** |
| 14 | Platform pin service |
| 15 | ******************** |
| 16 | |
| 17 | This service is designed to perform secure pin services of the platform |
| 18 | (e.g alternate function setting, pin mode setting, etc). |
| 19 | The service uses the IOCTL API of TF-M's Platform Service, which allows the |
| 20 | non-secure application to make pin service requests on Musca B1 based on a |
| 21 | generic service request delivery mechanism. |
| 22 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 23 | -------------- |
| 24 | |
| 25 | *Copyright (c) 2017-2019, Arm Limited. All rights reserved.* |