Solution was to NOT do the steps in the IRQ. Set a flag and do pulses outside of the irq.

This commit is contained in:
Hakan Bastedt
2024-01-05 19:33:13 +01:00
parent ed168df64e
commit 37d3ea6567
2 changed files with 10 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ debug_tool = stlink
debug_build_flags = -O0 -g -ggdb
monitor_port = COM7
monitor_speed = 115200
build_flags = -O0 -Wl,--no-warn-rwx-segment
build_flags = -O0 -g -Wl,--no-warn-rwx-segment
lib_deps =
SPI
rlogiacco/CircularBuffer@^1.3.3