More information on error codes

Hello Nordic friends,

I am currently testing the device, but I absolutely don't want to use Zephyr or any advertised MCUs. I wrote a simple code for scanning and testing the device via the fmac_api and implemented the osal_api in a very simple way. The nRF7002-EK is directly hooked to my desired ARM chip where LWIP will handle higher network levels. Although there are plenty of comments (and also "TODOs") by developers, I miss documentation on how the device memory is organized and how the general program flow works.

  • What error codes mean. e.g., "Command 6 -> status -22". There is no documentation about error codes.
  • Program flow in general.

In general, I appreciate that the software is open source, but a lack of documentation makes the hardware somewhat unattractive. There are many parts of the software I would like to change, which is possible, but pretty hard without full information. I am very interested in a European product, but I am only interested in the hardware and not really in the software provided in the SDK.


Thanks

Parents
  • Hi,

    That is very understandable, though since making something bare-metal enough to work for your use-case and for our RTOS requires more work, we have limited support for this at the moment. Getting the nRF7s to work with other nRFs, and with our nRF Connect SDK is the main use-case. 

    What error codes mean. e.g., "Command 6 -> status -22". There is no documentation about error codes.

    Could you give me the context in which you saw this error? Is the host using another RTOS or bare-metal? And what MCU were you considering using?

    I'd be happy to make the case private if you would like that.

    Regards,

    Elfving

Reply
  • Hi,

    That is very understandable, though since making something bare-metal enough to work for your use-case and for our RTOS requires more work, we have limited support for this at the moment. Getting the nRF7s to work with other nRFs, and with our nRF Connect SDK is the main use-case. 

    What error codes mean. e.g., "Command 6 -> status -22". There is no documentation about error codes.

    Could you give me the context in which you saw this error? Is the host using another RTOS or bare-metal? And what MCU were you considering using?

    I'd be happy to make the case private if you would like that.

    Regards,

    Elfving

Children
No Data
Related