-
### Description of defect
Instantiate a Timer on LPC1549. Instant hardfault.
Timer [initializes](https://github.com/ARMmbed/mbed-os/blob/mbed-os-5.15.6/drivers/source/Timer.cpp#L25) its `_ti…
-
I have tested the code for UART Tx. If someone is willing to test the code for Rx and document everything, please make a pull request for the same.
Here is the code for TX
```
#include
#include…
-
I've built the firmware from the current release and tried the latest available and I keep getting hardfaults for example when plugging in the USB for the webosc program or at random intervals when us…
Red-M updated
2 years ago
-
**故障表述**
v1.0.3 版本程序。
下载文件过程中仍有概率丢包。下载文件速度为0。 调试日志显示 credit 持续缓慢下降。
不同于 #36, 重新连接 蓝牙无法恢复此故障。
开启debug调试测试,除了观察到 credit 持续下降,还出现 hardfault 问题。
故障位置为 SPI flash read。 推测为 堆栈溢出故障, 考虑加大 STACK 空间。
…
ldbds updated
3 weeks ago
-
I am unsure what the issue is however I notice that when I run the program the led goes on, then off. After that, it doesn't do anything. From what I see from looking at the debugger, it seems there i…
-
I'm porting nanoMODBUS to a microcontroller (CH32V003).
I have the issue that i get a hardfault To diaganose that error i wrote a fake_data function, that simulates a coil read, that gives always t…
-
Hi Michael
I recently installed a new version of the compiler with fpcupdeluxe. Sysutils seem to be broken, I have a hardfault when executing sysutils.init.
My last operational version was:
FPC upd…
-
Hi tony,
I think I found a little problem of function `eddystone_flash_access_flags` when I using this SDK at nrf51422
```
...
case EDDYSTONE_FLASH_ACCESS_READ:
err_code = pst…
-
A hardfault case occurs in the motor controller processor at some times.
It seems to be related to the ROSserial library, but it is not for sure!
A temporary fix has been to disable all use of the R…
-
As seen in #16, sd_softdevice_enable HardFaults if interrupts are disabled.
It'd be cool to detect that and panic with a human-friendly error message so the user can figure out what's wrong.