-
Hello Pazi,
I saw your library and try to use it one of your example codes but I got these errors could you inform me if there is a chance? I am trying your write example `/*
This is simple exampl…
-
### Did you test the latest `bugfix-2.1.x` code?
Yes, and the problem still exists.
### Bug Description
The heater does not heat when setting nozzle temp via LCD nor via terminal "M104 S80". I get …
-
Does libopencm3 provide DMA for STM32H7? The includes seems to miss it:
```
$ cat libopencm3/include/libopencm3/stm32/dma.h
#if defined(STM32F0)
# include
#elif defined(STM32F1)
# …
-
I'm trying to get CAN to work on a BTT EBB CAN board (https://github.com/bigtreetech/EBB) which is a 3D printer tool head board.
The version V1.2 board I have uses a STM32G0B1 MCU, which uses pin num…
-
line 1576 of Modbus.c should be changed to:
`while((modH->port->Instance->ISR & USART_ISR_TC) ==0 )`
from
`while((modH->port->Instance->SR & USART_SR_TC) ==0 )`
(At least for STM32G0)
-
There are games which are using a new format and probably more.
https://forums.atariage.com/topic/344323-fluid-simulation-for-new-2600-game-concept/?do=findComment&comment=5490057
-
Hello,
**Describe the bug**
I am using an STM32G070KBT with uart4 at a baudrate of 9600.
I am able to have good communication when the SYSCLK set to 64 MHz. But when I set it to 16 MHz I am no lo…
-
I have been using STM32 series for years and I tend to swap between the STM32G0, STM32F0, STM32F4, STM32G4 and now the STM32C0. I have been using drivers but would love to only have a general driver t…
-
### Did you test the latest `bugfix-2.1.x` code?
Yes, and the problem still exists.
### Bug Description
I can't compile my firmware with my configurations, I even tried with the basic configu…
-
### Describe the problem
I have the following setup: https://github.com/arduino/arduino-ide/pull/1132#pullrequestreview-1031068976
When I start the application I see the following errors logged:…