You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Alvaro Prieto (JIRA)" <ji...@apache.org> on 2017/09/17 23:46:00 UTC

[jira] [Created] (MYNEWT-835) loraping app doesn't seem to work in 1.2.0

Alvaro Prieto created MYNEWT-835:
------------------------------------

             Summary: loraping app doesn't seem to work in 1.2.0
                 Key: MYNEWT-835
                 URL: https://issues.apache.org/jira/browse/MYNEWT-835
             Project: Mynewt
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
          Components: Misc
    Affects Versions: v1_2_0_rel
         Environment: NRF52DK
            Reporter: Alvaro Prieto
            Assignee: Sterling Hughes
            Priority: Minor


I'm trying to get loraping working on an NRF52DK (with an RFM95 radio).
I modified the bsp to add SPI support etc, but the issue seems to be something else.

I kept getting Assert errors when trying to allocate irqs in SX1276IoIrqInit(). After doing some digging, it turns out the function is being called twice!
The first is inside sysinit_app(), function lora_node_init() eventually calls Radio.Init(). The second is the Radio.Init call in loraping:main.c

Is there any documentation as to how this should work?





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)