Replies: 1 comment
-
After digging through the commits I found the issue. I am using an SX1262MB2xAS mbed radio shield. I commented out the following line that was added in the most recent commit to src\radio\sx126x\radio.c and now my builds properly run on my NucleoL152 board. I forgot i was using a sx127x radio on my Nucleo073 which is why that build was properly working. 1264 : CRITICAL_SECTION_BEGIN_REPEAT( ); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently pulled the most recent changes from master and I am no longer able to run a build on my NucleoL152RE Boards. If I change my cMake options to build for my Nucleo L073 the build run fine on those boards. When running the image on the NucleoL152RE Board this is as far as the console prints out.
=====================================
Application name : periodic-uplink-lpp
Application version: 1.3.0
GitHub base version: 4.7.0
=====================================
I cannot get it to see the ESC + N commands when it is in this state. If I load some of my older previous working builds my NucleoL152RE works fine.
Has anyone run into any similar board related issues or have any suggestion to try out to get the image to properly build/run on my NucleoL152RE? I have gone as far as rebuilding my build environment and building barebones the periodic uplink with no luck for just this board type.
I have also tried checking out an earlier tag from the repo and still cannot get the older images work anymore.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions