-
DTLS works very well by default.
I tried to define NX_SECURE_KEY_CLEAR :
- for small DTLS sessions it works well
- but I got hardfault (from packet_release) on big session, after around 22Ko of …
-
we have nice code related to previous hard faults
```
case ErrorCookie::HardFault: {
efiPrintf("Last boot had hard fault type: %x addr: %x CSFR: %x", sramState->FaultType, sramState->FaultAddr…
-
Hi Jorge, first of all thanks a lot for your great job on `rust-embedded` 😃 .
I am using the STM32F3348-DISCO board which is the replacement for the STM32F3DISCOVERY (no longer available in my coun…
-
### LVGL version
v8.4.0
### What happened?
Since my current hardware does not support hardware rotation of the screen I have to use the software rotation (thanks for adding that). However, when try…
-
Very simple example: Load a blinky.elf file into the chip, make it start from 0 and break in the `main()` function.
Chip: CH32V003, Debugger: WCH-Link(E), firmware version 2.9 (latest).
I can't ge…
-
### Target name(s)
ALL
### Firmware version
_No response_
### Was working before? On which version?
_No response_
### Device capabilities
_No response_
### Description
For…
-
Everything else I tried works fine, but every time I run the Logic Analyzer app, I get:
HARDFAULT
SP:20008548 PC:08042040 LR:08040c73
SCB HFSR:40000000 CFSR:00008200
BFAR:20017924
R0:0000004e R…
-
### Describe the bug
Built the code for custom board, and encountered hardfault while starting custom module, written for logging data to MTD Flash.
Board Setup:
MCU: STM32F427VIT6
Storage: MTD…
-
**Describe the bug**
Debug serial console at boot:
```
[2021-03-25 13:50:01] [boot] Fault Log info File No 4 Length 3177 flags:0x01 state:1
[2021-03-25 13:50:01] [boot] Fault Log is Armed
[2021-0…
-
# Summary
[summary]: #summary
Change the syntax of interrupt and exception handlers provided by `cortex-m-rt` to be more obvious,
more internally consistent, and closer to RTFM's:
* **Resource…