Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Jean Carlos Klann
Título: SOFTWARE SIMULADOR DO MICROCONTROLADOR M+++
 
Abstract:
This work presents the development of a tool for programming, debugging and simulate the M +++ microcontroller, aiming at helping students to learn the subjects of embedded systems, digital computing, computer architecture, among others. The software allows programming, import, export and build the code to be executed in a controlled environment, in which it is possible to define breakpoints, simulation speed, step by step, among other characteristics. For programming and debugging it was used the framework Scintilla.NET, which make the syntax highlighting. It also allows building digital electronic circuits, being able to attach and make associations of logic gates, displays, decoders, among others. For the development of this circuit, it was implemented an electronic circuit interpreter for this tool. In addition, it is allowed the internal visualization of this microcontroller, being able to recognize the internal signals between each component.