Browse Source

Correcciones al inicio del documento

master
AlbertoGV 1 year ago
parent
commit
3958a646ce
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      Guía de usuario MSP430 GCC Toolchain.md

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

@ -10,7 +10,7 @@ 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 **M430F2619T** microcontroller.
[^]: This user guide was tested in the following distributions of Linux: **Ubuntu 22.04 LTS** and **Debian 11** using a **M430F2619T** microcontroller.
@ -29,15 +29,15 @@ 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 hardware
#### Esquemático de hardware
![esquematico-F.png](https://i.postimg.cc/cJCJxRfG/esquematico-F.png)
MSP-TS430PM64 modulo-PCB
Placa **MSP-TS430PM64**dulo-PCB
![tarjeta.png](https://i.postimg.cc/sgvF1wHm/tarjeta.png)
Al utilizar algun modulo es necesario utilizar un **MSP-FET**, en este ejemplo se utilizo el siguiente:
Al utilizar la placa **MSP-TS430PM64** es necesario utilizar un **MSP-FET** debugger, en este ejemplo se utilizó el siguiente:
![msp-fet-angled.png](https://i.postimg.cc/02LjCWMW/msp-fet-angled.png)
@ -345,4 +345,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. MSP430 Hardware Tools,2009.
[2] Texas Instruments. MSP430 Hardware Tools, 2009.

Loading…
Cancel
Save