-
This is a patch that does traceswo decoding in the bmp itself. The decoded stream is written to the bmp usb serial port. To see the swo stream, on linux type ``cat /dev/ttyBmpTarg``. On Windows, use P…
-
Currently, it's a bit of a mess. Some errors are ignored (anything that's relevant to the test will cause a test failure on the host, after all), some are logged, and some cause a panic. It would be b…
-
Programmer/board type : stlink/v2
Target Chip : Nucleo F091RC
OS: Linux (Ubuntu 16.04)
### With STMF091RC Evaluation board and stlinkV2-onboard :
When i connected the stlinkV2-onboard of STMF091…
-
Hi all,
I tested example HLS, after running about 7h audio streaming, assertion occurs.
Below is my log, could you please take a look and give me suggesstion?
1. ESP_ADF version 3.3
2. ESP-IDF…
-
Hi all
When runing a nucleo under Windows we have the chance to get some traces on com port. It is using the stlink interface. Stlink interface is using the traces coming from the STM32 UART2.
I am t…
-
Programming a STM32F091RC with pyocd and the "smart flash" algorithm (sector erase) can result in non-programmed areas on an stm32f091. Datasheet of the device says flash page size is 2048bytes, but p…
rmu75 updated
4 years ago
-
I was experimenting with the latest release of cortex-m-rt (0.6.6).
Possibly related to #139.
The code (below) should hard fault, and it does and the handler is invoked.
a gdb bactrace works at…
-
Platform:
- IDF v4.1
- ESP32
I'm investigating a bug with the DE line in UART RS485 mode. I have a report of lost packets, I'm not exactly sure what was happening. Nonetheless...
I discovered …
-
Hi,
I have a bunch of unit test that I run on IAR simulator for ARM.
I would like to know if it is possible to connect to the IAR simulator using a GDB server?
I would like to debug these unit te…
-
```
#![no_main]
#![no_std]
use embedded_hal::digital::v1_compat::{OldInputPin, OldOutputPin};
use rtfm::app;
use portable::button;
use stm32f3xx_hal::prelude::*;
use stm32f3xx_hal::{delay, gp…