│ └─mcureg
├─src
│ │ main_cm0plus.c CM0+ Core Application Source File
│ ├─drivers
│ │ ├─adc Provides the ADC Driver API
│ │ ├─cpu Provides the CPU Driver API
│ │ ├─flash Provides the Flash controller Driver API
│ │ ├─hvss Provides the HVSS Driver API
│ │ ├─osc Provides HSOSC + PILO Driver API
│ │ ├─sysclk Provides System Clock Driver API
│ │ ├─sysflt Provides System Fault Driver API
│ │ └─syswdt Provides System Watchdog Timer Driver API
│ ├─examples
│ │ ├─adc Basic example of the ADC measurement
│ │ ├─crwdt Basic example of the System Watchdog Timer
│ │ ├─dma Basic Example of the Direct Memory Access
│ │ │ ├─1d_transfer
│ │ │ └─desc_chain
│ │ ├─fbl Basic example of the Bootloader
│ │ │ ├─application
│ │ │ ├─bootloader
│ │ │ └─tools
│ │ ├─flash Basic example of write to Code/Data Flash
│ │ ├─gpio Basic Example of GPIO
│ │ │ ├─all_leds
│ │ │ └─button
│ │ ├─lin Basic Example of LIN Interface
│ │ │ ├─master
│ │ │ └─slave
│ │ ├─scb Basic Example of Serial Communication Block
│ │ │ ├─i2c
│ │ │ │ ├─master
│ │ │ │ └─slave
│ │ │ ├─spi
│ │ │ │ ├─highLevelDriverMaster
│ │ │ │ ├─highLevelDriverSlave
│ │ │ │ ├─lowLevelDriverMaster
│ │ │ │ └─lowLevelDriverSlave
│ │ │ └─uart
│ │ ├─sysclk Basic Example of System Clock
│ │ ├─sysflt Basic Example of System Fault Interrupt
│ │ │ ├─flash
│ │ │ └─sram
│ │ ├─sysint Basic Example of System Interrupt
│ │ │ └─button_interrupt
│ │ ├─syspm Basic Example of System Power Management
│ │ │ ├─deepsleep
│ │ │ │ └─wakepup_from_gpio
│ │ │ └─sleep
│ │ │ └─wakeup_from_gpio
│ │ ├─sysreset Basic Example of System Reset
│ │ ├─systick Basic Example of System Core Timer
│ │ ├─syswdt Basic Example of System Watchdog Timer
Getting started with PSoC
™
HV PA family
3 Development environment and tools
Application note 11 002-30264 Rev. *B
2023-04-19