joplin-mdbooks-website/content/ardupilot/miscellaneous-notes.md

17 lines
635 B
Markdown
Raw Normal View History

2021-11-19 21:13:37 -05:00
# Miscellaneous notes
2021-10-18 10:38:14 -04:00
These are random AP-related notes that wouldn't fit anywhere else:
2021-10-20 12:14:02 -04:00
## DMA on the Matek F405-Wing
If you want to get DMA on UART3 of the Matek F405-Wing FC (or, more relatedly, the Racerstar F405, because UART1 is Bluetooth there), you can open `libraries/AP_HAL_ChibiOS/hwdef/MatekF405-Wing/hwdef.dat` and comment out line 92ish, where PA15 is defined.
That will enable DMA on UART3, at the expense of disabling the LED pad.
2021-10-18 10:38:14 -04:00
* * *
<p style="font-size:80%; font-style: italic">
2021-12-31 11:37:43 -05:00
Last updated on December 31, 2021. For any questions/feedback,
2021-10-18 10:38:14 -04:00
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>