-
Hi,
Im running the MbedOS in Ubuntu Xenial. The` mbed detect` results in: [mbed] No mbed targets were detected on your system. I have connected the nucleo_f767zi to usb and have it in `lsusb`:
`…
-
### Description
In order to support sensible SOTP and NV Store values, the STM32F7 platforms should have dual bank flash support.
At the moment this is not supported: https://github.com/ARMmbe…
-
### Description
My program has several threads that need to (aperiodically) consume information from other threads, and periodically perform some task.
In order to implement this these processe…
-
I've connected a Dragonfly module via Module Test Bed v1. However, the Dragonfly module is not detected by `mbed detect` command and I get the following error message:
```
C:\Users\geogek01\Document…
-
Note: This is just a template, so feel free to use/remove the unnecessary things
### Description
- Type: Bug
- Related issue: `#abc`
- Priority: Blocker
while trying to compile MODULE_UBLOX_O…
-
TLDR:
the command `mbed target --supported` fails, but `mbed compiler --supported` and `mbed compiler -S` works. This command documented in videos and tutorials and needs to work.
Long Version:
O…
-
### Description
- Type: Enhancement
Hi,
I've recently been trying to get mbed to output a hex file instead of a bin
to make it easier to flash with jlink
(since jlink flash doesn't take elf fil…
-
Compilation fails:
```
$ mbed compile -t GCC_ARM -m DISCO_F051R8
Building project blinky-lib (DISCO_F051R8, GCC_ARM)
Scan: .
Scan: mbed
Scan: env
Compile: main.cpp
[ERROR] In file included from ./mbe…
zgoda updated
6 years ago
-
I tried to connect 2 BLE devices (server and client). First-time my server and client used STM32L476RG board and it fine, Next time I changed the client to STM32F767ZI but it doesn't work (same code).…
-
Hi, all:
I'm testing a **STM32 NUCLEO F767ZI** board through a **Ubuntu Linux** host. And, I'm using **Eclipse 4.7.2** + **gnu-mcu-eclipse** . Actually, my code is just the default blinky project, …