Advertisement
zmatt

beaglebone blue pwm outputs

Aug 2nd, 2021
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. used by motor outputs:
  2. ehrpwm1a: M1
  3. ehrpwm1b: M2
  4. ehrpwm2a: M3
  5. ehrpwm2b: M4
  6.  
  7.  
  8. connector pin pwm output config-pin command
  9. --------- -------- ---------- --------------------
  10. GPS 3 (rx) ehrpwm0a config-pin P9_22 pwm
  11. GPS 4 (tx) ehrpwm0b config-pin P9_21 pwm
  12. SPI1.1+2 4 (miso) ehrpwm0b config-pin P9_29 pwm
  13. SPI1.1+2 5 (sck) ehrpwm0a config-pin P9_31 pwm
  14. GP0 6 ecap2 config-pin P9_28 pwm2
  15.  
  16. pwm mode available in theory but not currently supported:
  17. SPI1.2 6 (ss2) ecap0 ### pwm mode missing in dt
  18. UT0 3 (rx) ecap2 ### not configurable (debug console)
  19. UT0 4 (tx) ecap1 ### not configurable (debug console)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement