“IoT Made Easy!” – These applications demonstrates the use of execute in place (XIP) using the WBZ351.
Devices: | PIC32CXBZ3 | WBZ35x |
Features: | BLE | XIP |
THE SOFTWARE ARE PROVIDED "AS IS" AND GIVE A PATH FOR SELF-SUPPORT AND SELF-MAINTENANCE. This repository contains example code intended to help accelerate client product development.
For additional Microchip repos, see: https://github.com/Microchip-MPLAB-Harmony
Checkout the Technical support portal to access our knowledge base, community forums or submit support ticket requests.
These example applications are demonstrating the use of execute in place (XIP) using WBZ351. The Quad SPI Interface (QSPI) allows the system to execute code directly from a serial Flash memory (XIP) without code shadowing to SRAM. The serial Flash memory mapping is seen in the system as other memories (ROM, SRAM, DRAM, embedded Flash memories, etc.).
- MPLAB X IDE MPLAB X IDE is an expandable, highly configurable software program that incorporates powerful tools to help the user discover, configure, develop, debug, and qualify embedded designs for most of our microcontrollers and digital signal controllers. MPLAB X IDE works seamlessly with the MPLAB development ecosystem of software and tools, many of which are free of charge.
- central_trp_uart_fct
This example application showcase outsourcing of dedicated functions to the external QSPI flash. - peripheral_trp_uart
This example application demonstrates the BLE OTA feature by using external flash as temporary application storage.