-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
This logic analyzer polls pins PA0..PA7 at up to a 7.2MHz rate. Use a SUMP client: https://lxtreme.nl/projects/ols/ | ||
|
||
Copy the file ols.profile-stm32f103.cfg to your ols plugins directory (there will be other ols.\*.cfg files there) | ||
|
||
When capturing, the device type is "STM32F103 Logic Analyzer" | ||
|
||
Largest capture size is 10KB | ||
|
||
This sump protocol code is based on https://github.com/gillham/logic\_analyzer/blob/master/logic\_analyzer.ino | ||
|
||
There is some debug output on uart1 PA9/PA10, but it's not needed to use this code. | ||
|
||
There's a 100KHz PWM setup on pin PB4 for testing | ||
|
||
Compiling requires make and arm-none-eabi-gcc in your path. newlib is recommended |