-
Hi @nickd4
I would like to share the following GNU-Makefile rule that I use for loading and setting up `traceswo`:
``` make
flashdbg: $(BUILD_DIR)/$(TARGET).elf
gdb-multiarch -nx -nh …
-
Hi,
I can't find any information in documentation or code how to enable I/O compensation cell. It is need if you want to use GPIO_OSPEED over 50MHz. I even can not find equivalent of SYSCFG_CMPCR_CMP…
-
This would lead to consistency between different uC USB stacks and porting easier.
1. callback for data received should be called once only.
if the callback do not read the data, drop the data. (#3…
-
In `rcc_clock_setup_hse_3v3()` there's a [comment regarding the order of operations](https://github.com/libopencm3/libopencm3/blob/master/lib/stm32/f4/rcc.c#L731) and a "TODO: why?".
I think it's bec…
-
Hey
I am trying to make a composite usb device consisting of cdcacm and msc profiles.
I am using a STM32F411CEU
I have tried to merge the cdcacm and msc example but when i connect my device …
-
Hi there,
I've been working my way through a few examples, but I can't seem to get any USB related examples to work on the STM32F7.
Here's my simplest possible setup, porting [usb_simple_f7.c](h…
-
Hello,
Libopencm3 has given me a lot, and id love to help and contribute to the project, but im terrible usually incapable of writing code. At first i thought maybe help with docs but 99percent …
-
Hi,
According to http://www.st.com/st-web-ui/static/active/en/resource/technical/document/reference_manual/DM00031936.pdf, page 553, the IWDG watchdog in STM32F0 parts has a nominal watchdog LSI cloc…
-
I needed opamps in STM32F303, so here's my library files to configure them:
Files are in this repo: https://github.com/MightyPork/libopencm3_stm32f3_opamp
May work for other F3 models, this is the o…
-
include/libopencmsis/core_cm3.h, which does this:
```
systick_set_clocksource(true);
```
This doesn't make any sense based on the code or the api, but I don't know what it was _meant_ to do, so …
karlp updated
10 years ago