1. Packs
  2. Musca_B1_BSP

Change Log

Version 1.1.1: July 26, 2023

Get Pack
	  This pack is no longer maintained.

Version 1.1.0: April 11, 2019

Get Pack
    Adds SSE-200 System Information and System Control block to the SVD file.
    Adds iCache, PWM and watchdog drivers.
    Runs code in eFlash, adds NVIC reset for platform reset and various other improvements.

Version 1.0.0: Nov. 14, 2018

Get Pack
    Musca B1 SoC Support Pack for CoreLink SSE-200 - TrustZone enabled subsystem including device definition.
    This BSP pack has mandatory requiremant for the TFM pack.
    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