Arm Keil MDK v6 Essential and Professional editions are now available to buy as monthly or annual subscriptions from our Developer Tools store. Visit the store to get access to the tools suite today!

  1. Packs
  2. V2M-MPS2_SSE_200_BSP

Change Log

Version 2.0.0: Sept. 21, 2018

Get Pack
      Add support for TFM BSP requirements. Also introduces dependency on TFM pack. Non-TFM based examples are not supported anymore.

Version 1.0.3: Feb. 21, 2018

Get Pack
      Eliminate platform specific APIs.
      Fix vendor tag in the example components.
      Fix the MPS2 device example problem with DSP extension activated.

Version 1.0.2: Feb. 5, 2018

Get Pack
      Fix device parameters to pass schema validation.
      Change vendor from Keil to ARM.

Version 1.0.1-dev0: July 17, 2017

Pre-release

Get Pack
      Add CMSIS-CORE requirement and set Capiversion for SPI, I2C and USART CMSIS drivers.

Version 1.0.0-dev0: July 14, 2017

Pre-release

Get Pack
      First version of V2M-MPS2 Board Support Pack for CoreLink SSE-200 - TrustZone enabled subsystem including device definition.
    This version only supports one Cortex-M33, core 0, from the 2 cores in the system.
    The flag __DOMAIN_NS is used in the internal files to distinguish between secure and non-secure application.
    Please, use the flag as follow:
    -> secure application uses -D__DOMAIN_NS=0
    -> non-secure application uses -D__DOMAIN_NS=1