@mchp-mcc/scf-pic8-spi-v1
v5.1.1
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
912
Maintainers
Keywords
Readme
Serial Peripheral Interface (SPI) Driver
Overview
The Serial Peripheral Interface (SPI) module is a synchronous serial data communication bus that operates in Full-Duplex mode. It is useful for communicating with other peripherals or microcontroller devices.
Changelog
All notable changes to this project will be documented in this file.
[5.1.1] - 2024-08-15
Bug Fixes
- M8PD-7785 :- Fix for buffer read API to be in receive only mode
- M8PD-7099 :- Fix TCZIF flag clear before performing buffer operations
- M8PD-6927 :- Fix creation of ISR routine for vectored interrupts
[5.1.0] - 2024-02-06
New Features and Improvements
- M8PD-4360 :- Improvement to buffer APIs to use the TCNTH, TCNTL registers and TCZIF flag for buffer size check
Bug Fixes
- M8PD-3840 :- Fix inconsistency of SPI Dependency Selector in User Interface
- M8PD-3767 :- Fix inconsistency in buffer APIs between Interrupt and Polling mode
- M8PD-3743 :- SPIx_BufferWrite API not working as expected
[5.0.1] - 2023-11-30
Bug Fixes
- M8PD-3078 :- Access SPI only through SPI_Host and SPI_Client Drivers