npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@mchp-mcc/secondary-core

v1.2.0

Published

- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path

Downloads

220

Readme

MCC Melody Secondary Core PLIB

Overview

Secondary Core allows the user to make the required configuration for the secondary device and it is available only in multi core devices.

MSI module is a part of secondary core and it is a bridge between the Main and a Secondary processor system, each of which operates within independent clock domains.

The Main and Secondary have their own registers to communicate between the MSI modules; the Main MSI registers are located in the Main SFR space and the Secondary MSI registers are in the Secondary SFR space.

Documentation link

https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MSI_USER_GUIDE&version=latest&redirect=true

Features

  • Secondary core allows the user to configure the following secondary device settings
    • Clock
    • MSI
    • ICD
    • Watchdog Timer
    • Deadman Timer
    • Alternate I2C Pin Mapping
    • SPI Pin Mapping
    • Context Interrupts
    • Assigning Pin Ownership for all available pins
  • MSI in Melody supports the following features
    • Sixteen Unidirectional Data Mailbox Registers
      • Direction of each Mailbox register is fuse-selectable
      • Byte and word-addressable
      • Eight Mailbox Data Flow Control Protocol Blocks
      • Individual fuse enables
      • Write port active; read port passive (i.e., no read data request required)
      • Automatic, interrupt-driven (or polled), data flow control mechanism across MSI clock boundary
      • Fuse assignable to any of the Mailbox registers, supports any length data buffers (up to the number of available Mailbox registers)
      • Interrupt-based, software polled or DMA transfer-compatible
    • Main to Secondary and Secondary to Main Interrupt Request with Acknowledge Data Flow Control
    • Two-Channel FIFO Memory Structure
      • One read and one write channel, each 32 words deep
      • Circular operation with empty and full status, and interrupts
      • Overflow/underflow detection with interrupts to main core and secondary core
      • Interrupt-based, software polled or DMA transfer-compatible
    • Main and Secondary Processor Cross-Boundary Control and Status
      • Readable operating mode status for both processors
      • Secondary enable from Main (subject to satisfying a hardware write interlock sequencer)
      • Main interrupt when Secondary is reset during code execution
      • Secondary interrupt when Main is reset during code execution
    • Optional (fuse) Decoupling of Main and Secondary Resets; POR/BOR/MCLR always Resets Main and Secondary; Influence of Remaining Run-Time Resets on the Secondary Enable is Fuse-Programmable

Changelog

All notable changes to this project will be documented in this file.

[1.2.0] - 2023-09-29

New Features

  • CC16SCRIP-7271 :- Added support to show only relevant Secondary Core configuration, Peripheral settings for dsPIC33CH1024MP712 device family

[1.1.1] - 2023-09-27

Bug Fixes

  • CC16SCRIP-7645 :- Code generation issue for Config bits related to Output Pin Ownership of secondary core

[1.1.0] - 2023-08-11

New Features

  • CC16SCRIP-6286 :- Added Configuration File 'Save' feature for configuration settings

[1.0.0] - 2023-04-28

New Features

  • CC16SCRIP-4861 :- Initial release version