mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
HAL_ChibiOS: fixed DTCM comment for F732
This commit is contained in:
parent
8bad533a8e
commit
e1a5d73504
@ -25,7 +25,7 @@
|
||||
// always use a bouncebuffer on H7, to ensure alignment and padding
|
||||
#define IS_DMA_SAFE(addr) false
|
||||
#elif defined(STM32F732xx)
|
||||
// DTCM DMA does not work on F732
|
||||
// always use bounce buffer on F732
|
||||
#define IS_DMA_SAFE(addr) false
|
||||
#elif defined(STM32F7)
|
||||
// on F76x we only consider first half of DTCM memory as DMA safe, 2nd half is used as fast memory for EKF
|
||||
|
Loading…
Reference in New Issue
Block a user