Giter Site home page Giter Site logo

Comments (5)

terjeio avatar terjeio commented on August 17, 2024

The signal has to be added to the driver.c input pin handling code (in several places).

from imxrt1062.

karoria avatar karoria commented on August 17, 2024

Okay. Thanks.

from imxrt1062.

karoria avatar karoria commented on August 17, 2024

Hi @terjeio
Thanks for your continuous support. I got the Motor Fault signal working with changes in driver.c as instructed. Now I want to invert the signal. My present $14 setting is 78, so I have to add 256 to it (as motor fault is on bit 8) which makes it 334. But somehow, it doesn't accept $14=334 with a message "Error 52: undefined". Any clues?

from imxrt1062.

terjeio avatar terjeio commented on August 17, 2024

You have to tell the core that the signal is available here by adding:

hal.signals_cap.motor_fault = On;

Hopefully this will work...

from imxrt1062.

karoria avatar karoria commented on August 17, 2024

Thanks @terjeio . It worked!

from imxrt1062.

Related Issues (20)

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.