From 1f081d5a5ddd729902387fec189ca5ece608dcba Mon Sep 17 00:00:00 2001 From: GrisC Date: Tue, 2 Aug 2022 12:05:20 -0600 Subject: [PATCH] Esquematico y referencia --- Guía de usuario MSP430 GCC Toolchain.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Guía de usuario MSP430 GCC Toolchain.md b/Guía de usuario MSP430 GCC Toolchain.md index cc0faf0..e8587fa 100644 --- a/Guía de usuario MSP430 GCC Toolchain.md +++ b/Guía de usuario MSP430 GCC Toolchain.md @@ -11,7 +11,6 @@ Galván.A , Chávez.G , Julio,2022. This manual aims to describe the setup and basic operations of the MSP430 GCC toolchain to know how to use the open-source GCC compiler for microcontrollers to build an example for an MSP430 target device using the command terminal of Linux. It will also be shown how to debug software with the GDB Agent and the GNU Debugger tools so that the program that was built can be uploaded to the target device successfully. [^]: This user guide was approved in the following distributions of Linux: **Ubuntu 22.04LTS** and **Debian 11** using a **MSP430FR6989** microcontroller. ------- [TOC] @@ -28,6 +27,18 @@ El paquete GCC de código abierto es un depurador completo y una cadena de herra 3. Código fuente. 4. GBD Agent Configuration. +#### Esquemático de hardware. + +![msp430fr6989.png](https://i.postimg.cc/3NXN4MRW/msp430fr6989.png) + +A continuación se muestra la ubicación del **LED1** + +![esquematico-MSP430-FR6989.png](https://i.postimg.cc/7LjZKPJf/esquematico-MSP430-FR6989.png) + +Salidas del microcontrolador **MSP430FR6989** + +![pines-de-salida.png](https://i.postimg.cc/wxXjkpqj/pines-de-salida.png) + #### Instalación de MSP430 GCC como paquete independiente El primer paso es bastante sencillo, consiste en abrir la terminal de comando y direccionarse a la carpeta en donde se guardará el archivo que contenga el programa a ejecutar. @@ -332,3 +343,4 @@ sudo apt-get inatall libncursesw5-dev (opcional) [1] Texas Instruments. Msp430-gcc-opensource gcc-open source compiler for msp microcontrollers, 2017. + [2] Texas Instruments. MSP430FR6989 LaunchPath Development Kit, 2015.