-
Version: fails with 7.0.0 main at this time and earlier
RP2040 board builds built with `DEBUG=1` don't work: they crash. The crash can be seen with `gdb`:
```
(gdb) mon reset
Resetting target
(…
-
In certain configurations the NCS36510 crashes with a hard fault when entering deep sleep mode with interrupts disabled. When single stepping through the same code with a debugger a crash does not occ…
-
Running the basic repeating PCF example in Loom with the config adjusted ('Interrupt_Manager' should be 'InterruptManager'). The code seems to halt and a featherfault is printed.
Fault! Cause: HARD…
-
**Describe the bug**
The current BabbleSim tests build system hides compile warnings and ignores them. The PR checks miss them (test step is green even warnings present) and allow to merge PRs with w…
-
Hello, I successfully compiled a HelloWorld project out of CubeMX with cmake after using your scripts with a recent sample Nucleo board Nucleo-U575ZI.
Therefore I had to adapt the cubemx-cmake.py in …
-
### Description of defect
Misleading Error Message: Not allowed in ISR context when hard fault happens before default_console() is called for first time
Easiest way to reproduce is to do NULL …
-
Discovered while investigating #378.
Introducing floating point operations in certain places within the code seem to cause uC/OS to enter a hardfault somewhere around `OSSched()`.
For a reproduc…
-
When my code reaches line 338 in CO_LSSslave.c, it has a hardfault. The line of code is `memset(&LSSslave->TXbuff->data[0], 0, sizeof(LSSslave->TXbuff->data));`. During debugging, I can see that it is…
-
#### Description
~~`openmote-b` (cc2538)~~ and `i-nucleo-lrwan1` (STM32L052T8Y6) have an MPU but `mpu_noexec_ram` fails on both.
Haven't done much debugging yet.
#### Steps to reproduce the i…
-
Hello, First of all, many thanks for your involvement,
I doing to try Chacon socket and I found your git to manage it via URL, I think to improve security it's so much better than manage directly b…