GithubHelp home page GithubHelp logo

nrf-doom's People

Contributors

auwi-nordic avatar skyfex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nrf-doom's Issues

License?

Hello :)

This is an awesome port, great work!
Which open-source license is this project subject to?

Thanks!

QSPI configuration is incorrect

Right now the QSPI flash memory configuration is not correct according to the recommended settings for 96MHz operation. It works on my board, but not on someone else's. So the project will probably not work on all boards.

NRFX build error NRFX_SPIM_DEFAULT_CONFIG;

First, this is awesome. It was very difficult to find an example that was close to bare metal and allowed me to build from the command line for the 5340!

In building the application I get the following error:

$(SDK_PATH)/nRF5_SDK/integration/nrfx/legacy/nrf_drv_spi.c:111:42: error: 'NRFX_SPIM_DEFAULT_CONFIG'

I replaced the nrfx from the repo recommended in the readme.

[edit, I realize I am using 2.5 vice the tested 2.4 and shall investigate]

[edit 2]
Upon investigation I had to change nrf_drv_spi.c:111-116 as follows:

        nrfx_spim_config_t config_spim = NRFX_SPIM_DEFAULT_CONFIG(p_config->sck_pin,p_config->mosi_pin,p_config->miso_pin,p_config->ss_pin);

        // config_spim.sck_pin        = p_config->sck_pin;
        // config_spim.mosi_pin       = p_config->mosi_pin;
        // config_spim.miso_pin       = p_config->miso_pin;
        // config_spim.ss_pin         = p_config->ss_pin;

I believe this is due to the integration/nrfx and module/nrfx being out of sync. I am not sure if this is an error in the release or if its just my own user error.

Both projects now build and flash with this change and nrfx 2.5

(unable to test as i dont have any of the hardware but the dk setup yet)

[/edit]

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.