Browse Source

Esquematico y referencia

master
GrisC 1 year ago
parent
commit
1f081d5a5d
1 changed files with 13 additions and 1 deletions
  1. +13
    -1
      Guía de usuario MSP430 GCC Toolchain.md

+ 13
- 1
Guía de usuario MSP430 GCC Toolchain.md View File

@ -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.

Loading…
Cancel
Save