-
My project is using CAN and BLE at the same time on Arduino mkr1010
BLE alone is OK
BLE and CAN without ISR is OK
BLE and CAN with CAN Rx ISRs is crashing after a while with a hardFault exception b…
-
I noticed, that the ps command of the NSH library broke between release 12.0 and 12.1.
Specifically, I am testing the nucleo-h743zi2:nsh config, where I enabled CONFIG_FS_PROCFS and CONFIG_NSH_ARC…
-
I tried keyboard/stm32_f103_onekey on my generic Stm32f103c8t6 board.
Everything worked flawless but after reboot the OS has a high chance of not recognizing the keyboard anymore (usb descriptor read…
obuhz updated
8 years ago
-
When I uncomment the following line in main.c:
`usb_dump()`
I get the following output over UART:
====== Freescale Freedom FRDM-KL25Z
Built: Sep 8 2017 23:15:55
Reset c…
-
The [`HardFault` trampoline](https://github.com/rust-embedded/cortex-m/blob/ac2a8365721b453f005feb7fe1fb25615f76af7c/cortex-m-rt/src/lib.rs#L446-L469) overwrites the `EXC_RETURN` magic values when it …
-
#### Description
When programming the `tests/periph/adc` test program to the NUCLEO-L152RE board with `make flash`, the program crashes on the first call of `ztimer_set`. After a power cycle,…
-
Messege: Crash into the HardFault_Handler
[code.zip](https://github.com/adafruit/circuitpython/files/4014443/code.zip)
You are running in safe mode which means something unanticipated happened.
…
-
Stopping CDev (unregistering character driver) while MAVlink is using it, leads to Hardfault.
I'm working with NuttX, I don't know if this relates to other platforms. Please check it.
Steps to re…
-
When I try and compile code using hardware floating point I get a HardFault exception on the first instruction that tries it execute a floating point instruction. The fault indicated is NOCP despite h…
-
1. when disconnect and reconnect, the free memory will less about 1KB. fix method:behind "pmqtt[i]->network.disconnect(&(pmqtt[i]->network));" need "MQTTClientDeinit(&(pmqtt[i]->client));"
2. if canno…