Skip to content

Commit 3ce8fdd

Browse files
committed
README file
1 parent 6001ec7 commit 3ce8fdd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This logic analyzer polls pins PA0..PA7 at up to a 7.2MHz rate. Use a SUMP client: https://lxtreme.nl/projects/ols/
2+
3+
Copy the file ols.profile-stm32f103.cfg to your ols plugins directory (there will be other ols.\*.cfg files there)
4+
5+
When capturing, the device type is "STM32F103 Logic Analyzer"
6+
7+
Largest capture size is 10KB
8+
9+
This sump protocol code is based on https://github.com/gillham/logic\_analyzer/blob/master/logic\_analyzer.ino
10+
11+
There is some debug output on uart1 PA9/PA10, but it's not needed to use this code.
12+
13+
There's a 100KHz PWM setup on pin PB4 for testing
14+
15+
Compiling requires make and arm-none-eabi-gcc in your path. newlib is recommended

0 commit comments

Comments
 (0)