-
The header file is part of avr-libc (http://www.nongnu.org/avr-libc/user-manual/group__util__atomic.html) and thus may be assumed by arduino libraries. One example library using atomic.h is Mozzi.
…
-
# Solution
```
[env:genericSTM32F103C8]
platform = ststm32
board = genericSTM32F103C8
framework = arduino
upload_protocol = stlink
build_flags = -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1
```
…
-
Hello, I am trying to flash the black magic probe firmware on the STM32 bluepill (STM32F103C8T6). I first flash the `blackmagic_dfu.bin` with the [stm32loader script](https://github.com/jsnyder/stm32l…
-
I started a new project today.
The processor is stm32f103c8t6(Cortex-m3).
The device i will use is SH1106(1.3 OLED).
We are going to connect using SPI.
So I want to use u8g2lib, but I don't kno…
-
It is more like a proposal to improve the NanoEngine rather than issue. I thought it might be great to have an ability to pass driver callbacks (via functors, function pointers, tagging/specialization…
-
Please guide me on how to add buttons to navigate through the menu in [this](https://github.com/neu-rah/ArduinoMenu/blob/master/examples/SSD1306Ascii/SSD1306Ascii/SSD1306Ascii.ino) sketch.
-
My task is to create create a JSON string and dump it to the usart. IC is STM32F103C8T6, KEIL-IDE, the cJSON.c compiled as STRICT ANSI C. The problem is that the library partly overwrites prevous temp…
-
Hello Guys,
I wrote a simple vendor class implementation on stm32f103c8t6 based on unicore-mx but device does not get recognized.
the dmesg errors are
[ +26.255842] usb 3-2.1: new full-speed …
-
My STM32 board doesn't have PB2 pin to use. How can I change the data pins definition??
-
Hello everyone i'm building my CNC machine, i'm actually using grbl shield and arduino UNO , and i was wondering, how does the 4th axis work? It is better if i put it? What do i need to install it? Pl…