Code Monkey home page Code Monkey logo

picdew's Projects

pic18f47q10-cnano-spi-master-send-bare icon pic18f47q10-cnano-spi-master-send-bare

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as master and sends data to two slave devices, one at a time. The repository contains the bare metal code for the application.

pic18f47q10-cnano-spi-master-send-fs icon pic18f47q10-cnano-spi-master-send-fs

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as master and sends data to two slave devices, one at a time. The repository contains the Foundation Services Generated code for the application.

pic18f47q10-cnano-spi-mode-change-bare icon pic18f47q10-cnano-spi-mode-change-bare

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as master and it is used to send data to a slave device, in data mode 3. The repository contains the bare metal code for the application.

pic18f47q10-cnano-spi-mode-change-fs icon pic18f47q10-cnano-spi-mode-change-fs

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as master and it is used to send data to a slave device, in data mode 3. The repository contains the Foundation Services Generated code for the application.

pic18f47q10-cnano-spi-mode-change-mcc icon pic18f47q10-cnano-spi-mode-change-mcc

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as master and it is used to send data to a slave device, in data mode 3. The repository contains the MCC Generated code for the application.

pic18f47q10-cnano-spi-slave-int-bare icon pic18f47q10-cnano-spi-slave-int-bare

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as slave and it is used to exchange data. The data transfer is triggered by interrupts. The repository contains the bare metal code for the application.

pic18f47q10-cnano-spi-slave-int-fs icon pic18f47q10-cnano-spi-slave-int-fs

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as slave and it is used to exchange data. The data transfer is triggered by interrupts. The repository contains the Foundation Services Generated code for the application.

pic18f47q10-cnano-spi-slave-int-mcc icon pic18f47q10-cnano-spi-slave-int-mcc

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as slave and it is used to exchange data. The data transfer is triggered by interrupts. The repository contains the MCC Generated code for the application.

pic18f47q10-cnano-spi-slave-receive-bare icon pic18f47q10-cnano-spi-slave-receive-bare

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as slave and it is used receive data from a master device. The repository contains the bare metal code for the application.

pic18f47q10-cnano-spi-slave-receive-fs icon pic18f47q10-cnano-spi-slave-receive-fs

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as slave and it is used receive data from a master device. The repository contains the Foundation Services Generated code for the application.

pic18f47q10-cnano-spi-slave-receive-mcc icon pic18f47q10-cnano-spi-slave-receive-mcc

The PIC18F47Q10 features two MSSP modules, which can be configured in SPI mode. In this demo, the SPI is configured as slave and it is used receive data from a master device. The repository contains the MCC Generated code for the application.

pic18f47q10-cnano-tmr0-16bit-sleep-int-bare icon pic18f47q10-cnano-tmr0-16bit-sleep-int-bare

This repository provides a bare-metal code example for using TMR0 in 16-bit Mode with sleep operation. An interrupt will wake up the device every 10s and LED0 will light up for 100 ms and then the MCU will be put back to sleep.

pic18f47q10-cnano-tmr0-8bit-cmp-int-bare icon pic18f47q10-cnano-tmr0-8bit-cmp-int-bare

This repository provides a bare-metal code example for using TMR0 in 8-bit Mode with Periodic Interrupt. TMR0 will generate a compare interrupt every 100 ms, using LFINTOSC as clock source. A GPIO pin is toggled each time an interrupt occurs.

pic18f47q10-cnano-tmr0-8bit-cmp-int-mcc icon pic18f47q10-cnano-tmr0-8bit-cmp-int-mcc

This repository provides a MCC-generated code example for using TMR0 in 8-bit Mode with Periodic Interrupt. TMR0 will generate a compare interrupt every 100 ms, using LFINTOSC as clock source. A GPIO pin is toggled each time an interrupt occurs.

pic18f47q10-cnano-tmr0-clk-out-bare icon pic18f47q10-cnano-tmr0-clk-out-bare

This repository provides a bare-metal code example for using TMR0 in 8-bit Mode with clock output. A signal will be generated using TMR0 on the output RC2 pin.

pic18f47q10-cnano-tmr0-clk-out-mcc icon pic18f47q10-cnano-tmr0-clk-out-mcc

This repository provides a MCC-generated code example for using TMR0 in 8-bit Mode with clock output. A signal will be generated using TMR0 on the output RC2 pin.

pic18f47q10-cnano-tmr2-adc-trigger-bare icon pic18f47q10-cnano-tmr2-adc-trigger-bare

This repository provides a bare-metal code example for using TMR2 peripheral to trigger the ADCC to make conversions at a fixed frequency rate, that can be adjusted with the period of TMR2.

pic18f47q10-cnano-tmr2-adc-trigger-mcc icon pic18f47q10-cnano-tmr2-adc-trigger-mcc

The PIC18F47Q10 provides multiple PORT modules. In this demo, a PORT pin is configured as input and connected to a button. The Interrupt-on-Change is enabled on the negative edge. Another pin is used as an output and connected to an LED.

pic18f47q10-cnano-tmr2-hlt-interrupt-bare icon pic18f47q10-cnano-tmr2-hlt-interrupt-bare

This repository provides a bare-metal code example for using TMR4 peripheral as a Hardware Limit Timer in order to generate an interrupt and stop TMR2 that also stops the ADCC auto-conversion.

pic18f47q10-cnano-tmr2-one-shot-reset-mcc icon pic18f47q10-cnano-tmr2-one-shot-reset-mcc

This repository provides a MCC generated code example that uses TMR4 peripheral in One-Shot to stop TMR2 if an external pin is pulled to GND for more than a desired period.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.