-
AS a user I want a simple way to upload my AP software to the AP board. the newer Lisa v2 MX has an F4. THe working of flasing by USB are not tested and know to be problematic. Will dig up a board and…
-
**Parte del día 03/11/2024**
En el grupo se discutieron las posibles soluciones frente a la falta del sensor PSM5003. Decidimos utilizar otra STM32 para enviar señales UART con la trama proporciona…
-
```
$ make TARGET=STLINK_HIGH V=1
arm-none-eabi-gcc -Os -flto -g -std=gnu11 -Wextra -Wshadow -Wimplicit-function-declaration -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes -fno-common -f…
-
Following the build instructions in the README I get the following error:
```
make: Entering directory '/home/brian/projects/libopencm3_test/libopencm3'
GENHDR include/libopencm3/stm32/f0/irq.js…
-
Port frosted to rad1o, examine/enhance libopencm3 support for LPC43XX.
For one, the hackrf libopencm3 branch has defines that are lacking in libopencm3 such as
CGU_PLL1_CTRL_PD_MASK
and others.
brabo updated
8 years ago
-
See thread: [thread](https://community.platformio.org/t/ti-tiva-libopencm3-blink-example-stuck-on-reset-handler/4096/6)
This goes over my head, but when building, the compiler seems to be using the…
-
Change the STM32 framework library from STM32Cube to [LibOpenCM3](https://github.com/libopencm3/libopencm3).
ziteh updated
3 years ago
-
Hi @mithro. Ok, so I flashed ledpulse, it works (after reflashing the bootloader and rescuing tomus that wouldn't flash).
I then spent hours looking at it, doing my own example with much trial and…
-
I have been trying the [Blink LED example](https://github.com/platformio/platform-titiva/tree/master/examples/libopencm3-blink?utm_source=platformio.org&utm_medium=docs) (libopencm3). I have modified …
-
Recently discovered the offset error that you fixed from main libopencm3. This fork appears to be only fix of the issue (see https://github.com/libopencm3/libopencm3/issues/1144).
You've added some…