-
```
[nikll@nikll ~/LogicDiscovery ]$ gmake
--
-------- begin --------
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.8.3 20131129
(release) [ARM/embedded-4_8-branch revision 205641]
Copy…
-
```
[nikll@nikll ~/LogicDiscovery ]$ gmake
--
-------- begin --------
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.8.3 20131129
(release) [ARM/embedded-4_8-branch revision 205641]
Copy…
-
Hey there,
the blue LED from the U2C V2.1 is always on, but the board is never in DFU mode. Tested with RPI and Windwos with "STM Cube Programmer".
Any ideas?
-
What I am doing wrong?
Makefile
```
# Makefile
SRCS=main.c stm32f4xx_it.c stm32f4xx_hal_msp.c system_stm32f4xx.c
SRCS += startup_stm32f407xx.s
# Binaries will be generated with this name (.elf, .b…
-
Since it should be running continuously, it is important to get notifications of when it has crashed.
It ought to be recovering if it is a brief crash, since the stream pointer is stored so it can …
-
The stream ingester hasn’t been run or updated since the first prototype.
Some work will be required to bring it up to date with how the other apps behave.
_Estimate: 4 hours_
-
Hi, it's great to see the progress of block-stm implementation for reth.
I have some questions about the implementation:
1. do we have a roadmap or eta for the v1 and v2 for the block-stm imple…
-
### Bug Description
When passing the directory of a zip folder to be imported, the cli fails in path resolution
v0.0.65
### Expected Behavior
pass any path for a zip folder
### Steps to Reprodu…
-
Az alábbi LCD kijelző illesztésének kidolgozása STM-hez.
https://www.hestore.hu/prod_10036402.html?fbclid=IwAR3hiwO-bO35GDmmBVycpCTZHt9IlAaSlIxKx7fUkRlR72uiHY9WWRji3cQ
A modul használata STM-mel é…
-
When a record is obtained through the PSC snapshots, it is in the form:
```
{ company_number: "12345678", data: {} }
```
However, when read through the PSC Stream API, it is just the data part…