Getting Started with Atmel Studio 7.0

The new version of Atmel’s IDE – Atmel Studio 7.0 is based on Microsoft’s Visual Studio 2015 platform, showcasing speed, performance, and code visual style, making it very user-friendly. Below, we will introduce how to use Atmel Studio 7.0 using the SAML22 Xplained Pro as an example. Step 1: Open Atmel Studio 7.0 Step 2: … Read more

Multi-Functional Interface MCU | Microchip Ultra-Low Power SAM D5/E5 Series

The SAM D5/E5 series is Microchip’s new generation of 32-bit ARM® Cortex®-M4 high-performance MCUs. It integrates a floating-point unit, operates at speeds up to 120 MHz/400 CoreMark®, with a maximum of 1 MB Flash and 256 KB SRAM, all featuring secure encryption algorithms. This series has extremely low power consumption and ultra-small packaging, making it … Read more

Introduction to MPLAB® X IDE and MPLAB Harmony v3 for Atmel Studio and ASF Users

Introduction to MPLAB® X IDE and MPLAB Harmony v3 for Atmel Studio and ASF Users Overview This document introduces the MPLAB® X Integrated Development Environment (IDE) and the MPLAB Harmony v3 framework, guiding users to get started with new tools and solutions suitable for 32-bit Arm® microcontrollers, and helping Atmel Studio, Atmel START, and ASF … Read more

Tips for Using Atmel Studio 7

Quietly, it has been upgraded again. The latest version of Atmel Studio is 7.0.2389, feel free to upgrade. https://www.microchip.com/mplab/avr-support/atmel-studio-7 Here, I will discuss AS7’s perfect support for PICKIT 4 and how to package ELF files. ==================== When creating a new AVR series project in the latest version of AS7, you will find that it now … Read more

Atmel Studio 7: Unprecedented Simplicity and Power

Atmel Studio 7 – More Convenient and Powerful The new features of Atmel Studio 7 greet a more streamlined and modern user interface. Atmel® Studio 7 can now use the 2015 version of the Visual Studio Shell after the update, enhancing the look and feel of the integrated development environment (IDE) and improving performance when … Read more

Discussion on Various Debug Interfaces (JTAG, SWD, RDI, Jlink, Ulink, STlink)

1. JTAG Protocol JTAG (Joint Test Action Group) is an international standard testing protocol (IEEE 1149.1 compliant) primarily used for internal chip testing. Most advanced devices today support the JTAG protocol, such as ARM, DSP, and FPGA devices. The standard JTAG interface consists of 4 lines: TMS, TCK, TDI, and TDO, which are mode select, … Read more

Why Do Microcontrollers Have Multiple VDD Groups?

Click on “Microcontroller” at the top, then select “Top/Star“Public Account to receive the latest tweets! Introduction The Autonomous Driving Route Debate: Pure Vision vs. Multi-Sensor Fusion Precise Control of Medical Equipment Using TMC Temperature Monitoring System Circuit Design for Main Drainage Pump Room in Coal Mines_Temperature Sensor Circuit Embedded Class Electronic Circuit Diagram_Circuit Diagram How … Read more

Open Source Project Collection for N32G45x MCU Using JLINK

Guomin Technology MCU Forum: https://bbs.21ic.com/iclist-1098-1.html *Reading Instructions: The following is a brief summary; for detailed project descriptions and related source code, please click the original link to view. Development Component Tools Using JLINK Based on Guomin N32G45x Series MCU: RTT Viewer Application Note https://bbs.21ic.com/icview-3264404-1-1.html In projects where no serial port is reserved, if you want … Read more

Step-by-Step Guide to Using JLink as a Serial Debugging Tool

I’m not sure how everyone prints debugging information during microcontroller development, but most likely, it’s done through serial debugging. In most cases, a serial port is reserved for debugging during board design and coding. But what if you haven’t reserved a serial port during actual development? Actually, our downloader can be used as a debugging … Read more

Solutions for Jlink-OB Download Failures Using Keil MDK

Recently, I switched from Windows 10 to Windows 7, so I had to reinstall various EDA software that I had previously installed. While developing a program for a Cortex-M3 core MCU using Keil, I encountered a problem: I cannot download the program using Jlink-OB. When I switched back to the previous Windows 10 system, it … Read more