2 Commits

Author SHA1 Message Date
Filipriec
f6d83a0acc updated lock file 2025-11-25 07:56:51 +01:00
Filipriec
3e2ad6eb7d timing uml diagrams added 2025-11-24 09:41:46 +01:00
3 changed files with 57 additions and 4 deletions

View File

@@ -1064,17 +1064,17 @@ dependencies = [
[[package]]
name = "stm32-fmc"
version = "0.3.2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f0639399e2307c2446c54d91d4f1596343a1e1d5cab605b9cce11d0ab3858c"
checksum = "72692594faa67f052e5e06dd34460951c21e83bc55de4feb8d2666e2f15480a2"
dependencies = [
"embedded-hal 0.2.7",
"embedded-hal 1.0.0",
]
[[package]]
name = "stm32-metapac"
version = "18.0.0"
source = "git+https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-b9f6b0c542d85ee695d71c35ced195e0cef51ac0#9b8fb67703361e2237b6c1ec4f1ee5949223d412"
source = "git+https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-22374e3344a2c9150b9b3d4da45c03f398fdc54e#31546499ddabe97044beae13ca8b535575b52a56"
dependencies = [
"cortex-m",
"cortex-m-rt",

View File

@@ -0,0 +1,29 @@
@startuml
scale 5 as 100 pixels
clock "TIM7" as clk with period 1
binary "UART RX" as uart
binary "Sample" as smp
@0
uart is low
smp is low
@8
smp is high
@9
smp is low
@16
uart is high
@24
smp is high
@25
smp is low
@32
uart is high
@enduml

View File

@@ -0,0 +1,24 @@
@startuml
scale 5 as 100 pixels
clock "TIM6" as clk with period 1
binary "GPIO TX" as gpio
binary "BSRR write" as bsrr
@0
gpio is low
bsrr is high
@1
bsrr is low
@16
gpio is high
bsrr is high
@17
bsrr is low
@32
gpio is high
@enduml