Giter VIP home page Giter VIP logo

kl05z's People

Contributors

arturopalomo avatar atwoz avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kl05z's Issues

Inicializacion del Clkout repetida

En el archivo MCU_init.c en la linea 22 se repite la inicialización


     #ifdef MCU_MKL25Z4
    /** Inicialización del pin CLKOUT (sólo tiene efecto en el KL25Z */
    ini_Clkout();
    #endif

    /** Inicialización del Multipurpose Clock Generator **/
    init_MCG();

    #ifdef MCU_MKL25Z4
    ini_Clkout();
    #endif  

Error en las mascaras de la función ini_Clkout

Falta poner el OR en las máscaras de la funcion ini_Clkout en la linea 30 y 33 del archivo Puertos.c.

Debería ser:

  //Habilitamos la funcion alterna FB_CLKOUT  en el pin
  PORTC_PCR3 |= ( PORT_PCR_MUX(0x5));

  //Seleccionamos CLKOUT en el SIM SOPT2
  SIM_SOPT2 |= SIM_SOPT2_CLKOUTSEL(2);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.