microchip-pic-avr-examples / avr128da48-cnano-manchester-mplab-mcc

The repository contains two MPLAB® X projects: * *Manchester Encoder* and *Decoder*: using Core Independent Peripherals (CIPs) by following the interaction between TCB, USART, Event System, and CCL peripherals.
Other
2 stars 1 forks source link

Manchester_Encoder Interrupt Manager settings need clarification #1

Open Elektrishun opened 6 months ago

Elektrishun commented 6 months ago

"SPI1 RXC: Enabled and SPI1 IE: Enabled" is shown under "Setup" (see below):

https://github.com/microchip-pic-avr-examples/avr128da48-cnano-manchester-mplab-mcc/blob/9eb090c874c6c7ba47150a43dc02c0fdaffe273d/Manchester_Encoder/README.md?plain=1#L106-L109

After following instructions "How to Program the Curiosity Nano Board" I noticed when viewing the settings in MPLAB Easy View Interrupt Manager I see the following:

Interrupt Manager

Please clarify if the README information and the Interrupt Manager settings are correct.

Thank-you