-
hello
I modify **CUBEPRO DUE**, it have inside **CIRRUS60** heater, already can control it with bed heater on lcd menu.
I trying to instal **DHT11**-**DHT21**-**DHT22** to **skr 1.3** with screen in…
-
Hello!
While programming lpc21isp adds garbage data at the end of program in the flash memory. It is a problem when CRC value is calculated by the code from whole flash memory - CRC will differ when …
-
I think with initializing the single TIMER your code will not scale to more threads. I think the TIMER belongs to a different "abstraction" layer and instead there should be two mechanisms:
- Round tr…
Rush updated
11 years ago
-
`SysTick_Handler` very likely to cause significant jitter in timing critical code.
`cores/arduino/main.cpp` currently implements the handler as follows:
```C++
__attribute__ ((weak)) void SysT…
mh-dm updated
5 months ago
-
Hi,
The manual states that in platfrom.io the default_env is set as LCP1768 but that the processor of the SKR 1.3 not the PRO. It now shows the BIGTREE_SKR_PRO as an environment so do I use this?
…
-
Secure Bootloader upgrades only signed Firmwares and does not download firmware's which does not have any valid signature.
-
I have an example dual endstop for lowrider. I believe it is dual yz. But the Z endstops are a problem.
I think it would be best if the home dir was +1, and we set up the probe on Zmin. The two Z e…
-
### Description
is it possible to have dual sd card support for due (SAM3X8E) based boards? It has got 3 CS pins but only one SDSS is used at a time. I tried modifications (adding multiple sdss…
-
![SKRpinoutpic](https://user-images.githubusercontent.com/45836295/69481666-59ae8b00-0e13-11ea-8ae9-6bb4eb9d44c7.jpg)
-
#### Description
It turned out that some `periph_timer` implementations just masked IRQs on `timer_clear()`. If the interrupt condition then occurred later on, the IRQ flag was set but (due to bein…